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...
... sometimes 0. ... there ... observing. ... Hi Mike, I left out the threadedTest and it runs ok. Meanwhile, I've got another problem: I try to test a web...
... Is the user configured in setUp()? If so, you'll want to use the TestMethodFactory to ensure that each thread spawned by the LoadTest gets its own...
Howdy, The folks at IronGrid were cool enough to ask me if they could tap into the collective experience of this group. And while I generally don't like to...
Howdy, This week's JavaProNews sports an article I wrote on how to use JUnitPerf to write tests to ensure performance requirements are continually kept in...
Hi, we are working on JNI and Junit perf tool while accesing native methods very first time the test passes successfully for next iteration we are getting ...
... Please you tell us more about the test runner you're using, or if you're using the <junit> task in Ant. Mike -- Mike Clark http://clarkware.com (303)...
Mike Clark <mike@...> wrote: ... Please you tell us more about the test runner you're using, or if you're using the <junit> task in Ant. Mike -- Mike...
... Given that peculiar behavior, I'd try running the JUnitPerf Load test ... You mentioned that it works fine for the console, but the example mentions the...
... Adding the following to the JUnit excluded.properties file fixes the problem: excluded.9=MyTestCase I've successfully run all of your batch files after...
Dear Mike, We are struck with the problem that we specified in previous mail. It seems u only can give a solution for it. Please respond on our problem. We...
Folks, we're going to take this discussion off-line. Indeed, I should have taken it off-line earlier. If anyone is interested in the outcome, let me know and...
Hi all, I am having some trouble getting execution times for individual test cases. I am using junitperf in combination with cactus to automate load tests on...
When I try and use the swingui (e.g. junit.swingui.TestRunner.run (myclass.class))instead of the textui the bar turns green even though my performance tests...