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...
... Interesting. Perhaps JUnitPerf is failing to set some bit needed by the Swing GUI. I'll make a point of investigating this and reporting back my...
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...
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,...
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,...
... The "Wrong test finished" warning isn't being issued by JUnitPerf. Perhaps it's originating in HttpUnit. Can you share other details that might help...
Hi Mike, thanks for your response. I am using HttpUnit (1.5.4) TestCases where each have their own WebConversation object and I call the TestCases from a JUnit...
Yeah, me too...I posted the same question to HttpUnit, I'll let you know if I get an answer. Thanks! David ... coming ... the ... junitperf ... users ... or ...
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,...
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. ...
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...
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...
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...
... I don't have experience running JUnitPerf inside of a J2EE container, so I can't speculate on how JUnitPerf might behave in that environment. That said,...
Mike, Thank you for the information. I figured out why the JUnitPerf test was running so fast. I am trying to test pieces of code from a portlet. The Portal...
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()....