Hi, We just started using JUnit as a required step in the development process and are very pleased. I'd like to user JUnitPerf too, but it does not look as...
... Hi Ev, In JUnit, the setUp() method will be run before each test method is run to ensure that each test is isolated from changes in other test methods. ...
Hi, we have an application that creates new objects in an application server. Our business logic has become quite complex so we want to loadtest our business...
Hi Patrick, ... Can you elaborate on the method for creating keys? Is it based on a thread id perhaps? ... The use of setEnforceTestAtomicity(true) is...
I've written code to write forms to a Database, each form must have an individual Id number, which is hard coded in. Junit is perfect for testing this once. ...
margaret.lavin2@...
May 20, 2002 8:50 am
8
... There's no aspect of JUnitPerf that allows for this, although you're free to initialize objects under test however you like. Perhaps I misunderstood the...
Hi, it quite a little issues but i need a usefull report of all test made, something that can be import into a spreadsheet, easly a csv. I think to extends...
... JUnit and JUnitPerf are frameworks. Please do what works for you. Mike -- Mike Clark Clarkware Consulting, Inc. http://www.clarkware.com 720.851.2014...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the junitperf group. File : / Looking for...
junitperf@yahoogroups...
May 23, 2002 9:17 pm
12
Oh, these spammers think they're so clever! But I've got better kung fu. ;-) I'll be approving membership to this group from now on in order to keep out the...
Hi, I have written that has some test specific data setup in the constructor. If I wrap the test in a LoadTest, the test is executed X times but not the...
... Every iteration of a LoadTest will run the setUp(), testXXX(), and tearDown() methods. So even though putting this time-consuming code in the setUp()...
FYI. The new JUnit FAQ is now available at: http://junit.sourceforge.net/doc/faq/faq.htm This file is also available in the SourceForge CVS repository and will...
Here's an announcement of an add-on for JUnit that does load testing. The reason I am posting it here is that this product's documentation makes special note...
Hi folks, I'm curious about how you might be using LoadTest. Specifically, I'm wondering if the LoadTest is always being wrapped in a TimedTest, as in: Test...
I've spun a new version of JUnitPerf: http://www.clarkware.com/software/JUnitPerf.html It's primarily a documentation upgrade to clarify a few things. I've...
Hello, I've been using successfully JUnitPerf for iterating JUnit test (with JUnitPerf's LoadTest) when all of them are defined in the same java source file...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the junitperf group. File :...
junitperf@yahoogroups...
Dec 3, 2002 11:49 am
23
... Hello again, and thank you for your interest, I will try to explain my problem, not in english but in "java" ;-) To do so, I've uploaded a zip file...
... Yes, I understand the problem now. ... The TestFactory class expects the supplied test (e.g. JUnitTestAll.class) to have testXXX() methods. It then makes...
If you're interested in how I use JUnitPerf for performance testing EJBs, the "Bitter Tunes" chapter of our upcoming book "Bitter EJB" is up for review on...
... Thank you. ... I was involved in the implementation of one API. All seemed to be fine with JUnit tests and, even, with JUnitPerf tests (but not very well...
... It depends on the problem. ... My experience has been that performance and scalability problems are best tested at the use case level. It's the assembly...
... an individual ... this once. ... JunitPerf, ... the ID ... exist in ... when ... Hello, I encountered a similar problem. You can solve in the test case ...
Hi, I am currently writing an academic report (for the University of Technology, Sydney) on the topic / hypothesis: "The open source unit-testing framework...
Edwin Sillence
edsillen@...
Jun 3, 2003 12:04 am
30
The information you seek as well as your conclusion will largely depend on what your definition of 'Performance testing' is. Can you elaborate? ... Mike...
Hi, Im just playing with threaded tests. I try to simulate 5 users each running in a special thread. But I don't see the result I think I should see :-) The...
Hi Frank, ... Interesting. When I run it through the graphical runner, it consistently returns 10. Can you tell me more about how you're running it through...