Hi, I just downloaded junitperf version 1.9.1 and I am doing a POC with jdk 6 (tried jdk1.5 as well) as stated in junitperf page. My simple load test case not...
I've been happily using JUnitPerf's TimedTest, but I'd also like to use JUnit4. Unfortunately JUnit4's timeout requires a constant expression, but I want to be...
Howdy, I've been using JUnitPerf for a while with no problem on containerless tests. I just started to try and use it with remote tests to my beans running in...
To Whom It May Concern: This is the first time, I am using Junit. I have question. I ran the following code: public class MailSortServicePerfTest { public...
hi alllllllllll, i'm so sorry for some mails sending to you it's a virus which send mail by the name of you plz take care and dont open any mail from me with...
Hi all, I'm a new in JunitPerf i want to know if I've ability to generate report with information about my test (users no ,Time Response And result) with...
I have found that the reported total number of tests run is wrong when some of the tests fail. I see figures like "Runs: 1007/1000". I'm running the tests...
Hi, I have a unit test that works fine. I am having trouble decorating this test as a JUnitPerf test. I've done this before, so I am stumbed at the issue I...
At the moment the performance test range caters for a maximum execution time for a test case. How could one go about determining the average time for the test...
Hi, is there functionality within JUnitPerf to create a TimedTest from a JUnit TestSuite that contians more than one test method and have JUnitPerf report...
hi eveyone.. i am new to JUnit, JUnitPerf and Ant. can someone point me to a tutorial on how to generate reports from JUnitPerf test suites? can this be done...
Hi, I have some JUnit/Cactus tests that I am converting to JUnitPerf timed and load tests. The JUnit test deploys and undeploys in setUp () and tearDown()....
Hi fellow perf-ers, I'm performance testing some stateless session bean methods on jboss3.2 with mysql 4 on windows 2000. Everything works GREAT with one user...
Hello. I am trying to use JUnitPerf through a servlet rather than the command line. Is this possible? I have a few test cases built with JUnit that are...
As a programmer, there's no greater joy for me than creating software that others find useful and usable. On any given day I'm either getting paid to write...
Hi all, THE PROBLEM: I am the customer of ICICI BANK CREDIT CARD and also ICICI BANK. I used to pay my credit amount through icici bank cash counter. Every one...
Really Really Good Opportunities for QA/Testing Pros In Bangalore Hi. We are seeking top-notch QA professionals for large MNCs having operations in Bangalore. ...
Does anyone here know of a solution for running distibuted HttpUnit/JUnitPerf test scripts? I'm currently ssh'ing into different machines and making ant calls,...
Hi all, I'm running my httpunit test as a client and I'm using junitperf to do some basic load testing. I'm getting warnings stating the wrong test finished,...
Howdy, I've fixed the bug related to the Swing UI's progress bar not turning red when a TimedTest fails. A failure message was being printed for failed tests,...
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...
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...
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 ...
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...
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...
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, I am currently writing an academic report (for the University of Technology, Sydney) on the topic / hypothesis: "The open source unit-testing framework...