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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 64 - 94 of 94   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
Online Now 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
78
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...
Esra'a
esraa244
Offline Send Email
Dec 19, 2005
3:42 pm
79
... Since JUnitPerf is designed to work with JUnit, you may use any of the standard JUnit test runners and reports. For example, the build.xml file included...
Mike Clark
clarkware
Offline Send Email
Dec 19, 2005
5:03 pm
80
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...
Esra'a
esraa244
Offline Send Email
Jan 31, 2006
7:52 am
81
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...
jadeite100
Online Now Send Email
Mar 21, 2006
6:45 pm
82
... That's correct, it's measuring the response time of each user. I'm not sure how you're seeing output. Paste it in here if you need more help. Mike...
Mike Clark
clarkware
Offline Send Email
Mar 22, 2006
2:58 pm
84
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...
John Gilbert
jgilbert01
Offline Send Email
Oct 5, 2006
7:38 pm
85
Hi Mike, First many thanks to a wonderful testing application. Iam using the Junitpref to load testing. loadTest = new LoadTest...
rajenderreddy555
rajenderredd...
Offline Send Email
Jan 6, 2007
3:18 am
86
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...
Thomas L Roche
tlroche
Offline Send Email
Mar 26, 2007
1:07 pm
87
Hi, I can't seem to be able to use JUnitPerf with JUnit4 either.. It would be great if someone can show me an example of how I can use TimedTest and LoadTest...
kaycheungchan
Offline Send Email
Mar 27, 2007
5:55 pm
88
Apologies for the delay in responding: Tom Roche Sun, 1 Apr 2007 15:49:56 -0400 ... David Saff Thu, 5 Apr 2007 11:55:06 -0400 ... Java Preferences. Further...
Thomas L Roche
tlroche
Offline Send Email
Apr 9, 2007
1:14 am
89
... Me too. ... I went that way first. So for now at least, I'm sticking with JUnit3....
Thomas L Roche
tlroche
Offline Send Email
May 4, 2007
2:06 am
90
I too have problems using Junitperf with Junit4 test cases that do not implement Test interface. Anyone has any ideas or other ways of using this tool with...
spalthepu
Online Now Send Email
Jul 2, 2007
3:47 pm
91
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...
prabhat jha
prabhat143
Offline Send Email
Jun 27, 2008
4:59 pm
92
... You'll need to call the constructor that takes a name and pass in the name of the test method, like so: LoadTest test = new LoadTest (new ...
Mike Clark
clarkware
Offline Send Email
Jun 30, 2008
5:06 pm
93
Thanks Mike. That works. I was hoping that not calling the constructor that takes method name would result into calling all test methods automatically. Most of...
prabhat
prabhat143
Offline Send Email
Jun 30, 2008
6:34 pm
94
... The design of JUnit only allows decoration around the setup/test/ teardown lifecycle, so it can't easily be avoided. If your setup method is expensive...
Mike Clark
clarkware
Offline Send Email
Jun 30, 2008
7:38 pm
Messages 64 - 94 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