Search the web
Sign In
New User? Sign Up
junitperf
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 48 - 77 of 94   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
48
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...
msegvich
Offline Send Email
Jan 19, 2004
4:31 pm
49
... 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...
Mike Clark
clarkware
Offline Send Email
Jan 20, 2004
3:33 pm
50
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...
Sam Brodkin
sbrodkin
Offline Send Email
Jan 23, 2004
4:02 pm
51
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,...
Mike Clark
clarkware
Offline Send Email
Feb 16, 2004
10:35 pm
52
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,...
ddchili
Offline Send Email
Apr 20, 2004
4:37 pm
53
... 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...
Mike Clark
clarkware
Offline Send Email
Apr 22, 2004
1:41 pm
54
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...
ddchili
Offline Send Email
Apr 30, 2004
4:06 pm
55
I'm stumped as to where the "Wrong test finished" message is coming from. Mike ... Mike...
Mike Clark
clarkware
Offline Send Email
May 3, 2004
1:12 pm
56
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 ...
ddchili
Offline Send Email
May 5, 2004
8:29 pm
57
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,...
ddchili
Offline Send Email
May 5, 2004
8:30 pm
58
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. ...
alphaeus_testing
alphaeus_tes...
Offline Send Email
Jul 31, 2004
1:12 pm
59
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...
kavita nachiar
kavi_nachi
Offline Send Email
Sep 7, 2004
9:29 am
60
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...
Mike Clark
clarkware
Offline Send Email
Sep 15, 2004
4:18 pm
61
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...
ozonshak
Offline Send Email
Oct 20, 2004
12:19 pm
62
... 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 Clark
clarkware
Offline Send Email
Oct 20, 2004
9:12 pm
63
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...
ozonshak
Offline Send Email
Oct 27, 2004
2:05 pm
64
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()....
Mike Foley
mike_foley_0...
Offline Send Email
Nov 16, 2004
5:05 pm
65
A good way to diagnose a hang is to ctrl-break the program and look at the call stack. If you did this on the client (the test program) and on the...
Mike Foley
mike_foley_0...
Offline Send Email
Nov 16, 2004
6:44 pm
66
... You could wrap all of the JUnitPerf tests in a TestSetup fixture: http://junit.sourceforge.net/doc/faq/faq.htm#organize_3 Hope that helps. Mike...
Mike Clark
clarkware
Offline Send Email
Nov 17, 2004
11:56 pm
67
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...
Mark Meyer
geeky0010
Offline Send Email
Jan 24, 2005
5:34 pm
68
... To the extent that JUnitPerf tests are just JUnit tests, you can produce an HTML report of JUnitPerf test results using the standard <junitreport> task in...
Mike Clark
clarkware
Offline Send Email
Jan 24, 2005
7:14 pm
69
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...
ddchili
Offline Send Email
Mar 3, 2005
5:01 pm
70
... No, it treats a single test method or a suite of tests uniformly. JUnitPerf simply wraps a Test instance, so it doesn't have insight into the parts and...
Mike Clark
clarkware
Offline Send Email
Mar 4, 2005
5:44 am
71
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...
woppi73
Offline Send Email
Mar 10, 2005
9:32 am
72
... Could you decorate one with another, similar to the way TimedTest and LoadTest can be combined? Mike...
Mike Clark
clarkware
Offline Send Email
Mar 10, 2005
3:53 pm
73
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...
Mike Foley
mike_foley_0...
Offline Send Email
Mar 25, 2005
11:07 am
74
... I'll be in a better position to offer advice if you can provide code examples. Mike...
Mike Clark
clarkware
Offline Send Email
Mar 26, 2005
6:39 pm
75
Answering my own question: the JUNit test needed a default no arg constructor. I'm all set now. Thanks for the offer of assistance. Mike...
Mike Foley
mike_foley_0...
Offline Send Email
Mar 28, 2005
7:54 pm
76
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...
Ken Dobson
dankoxter
Offline Send Email
Oct 21, 2005
4:50 pm
77
... Thanks for the report, Ken. This is the first time I've heard of such a problem. I'll look into it before releasing the next version of JUnitPerf. I...
Mike Clark
clarkware
Offline Send Email
Oct 22, 2005
5:54 pm
Messages 48 - 77 of 94   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help