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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 17 - 46 of 94   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
17
Hi folks, I'm curious about how you might be using LoadTest. Specifically, I'm wondering if the LoadTest is always being wrapped in a TimedTest, as in: Test...
Mike Clark
clarkware
Offline Send Email
Aug 12, 2002
3:30 pm
18
I've spun a new version of JUnitPerf: http://www.clarkware.com/software/JUnitPerf.html It's primarily a documentation upgrade to clarify a few things. I've...
Mike Clark
clarkware
Offline Send Email
Sep 3, 2002
12:59 pm
19
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...
apetit_yms
Offline Send Email
Dec 2, 2002
10:52 am
20
Sorry: - JVM 1.2.2 - JUnit 3.7 - JUnitPerf 1.8...
apetit_yms
Offline Send Email
Dec 2, 2002
10:54 am
21
... Please explain what you mean by running it as a simple JUnit test class, as opposed to the way that doesn't seem to work. Mike -- Mike Clark ...
Mike Clark
clarkware
Offline Send Email
Dec 2, 2002
7:39 pm
22
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...
Send Email
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...
apetit_yms
Offline Send Email
Dec 3, 2002
11:52 am
24
... Yes, I understand the problem now. ... The TestFactory class expects the supplied test (e.g. JUnitTestAll.class) to have testXXX() methods. It then makes...
Mike Clark
clarkware
Offline Send Email
Dec 3, 2002
3:52 pm
25
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...
Mike Clark
clarkware
Offline Send Email
Dec 4, 2002
1:49 am
26
... 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...
apetit_yms
Offline Send Email
Dec 4, 2002
12:24 pm
27
... 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...
Mike Clark
clarkware
Offline Send Email
Dec 5, 2002
4:22 pm
28
... an individual ... this once. ... JunitPerf, ... the ID ... exist in ... when ... Hello, I encountered a similar problem. You can solve in the test case ...
sqa731 <sqa731@...>
sqa731
Offline Send Email
Feb 15, 2003
8:14 am
29
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@...
Send Email
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...
Michael Silverstein
mksilverstein
Offline Send Email
Jun 3, 2003
12:32 am
31
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...
Rogler, Frank
rogler_frank
Offline Send Email
Jun 26, 2003
6:13 pm
32
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...
Mike Clark
clarkware
Offline Send Email
Jun 26, 2003
7:42 pm
33
... 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...
rogler_frank
Offline Send Email
Jul 9, 2003
1:38 pm
34
... 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...
Mike Clark
clarkware
Offline Send Email
Jul 9, 2003
4:17 pm
35
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...
Mike Clark
clarkware
Offline Send Email
Jul 21, 2003
2:37 pm
36
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...
Mike Clark
clarkware
Offline Send Email
Jul 28, 2003
4:54 pm
37
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 ...
hellovidyasagar
Offline Send Email
Aug 4, 2003
11:15 am
38
... 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
clarkware
Offline Send Email
Aug 4, 2003
5:20 pm
39
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...
Sagar
hellovidyasagar
Offline Send Email
Aug 5, 2003
7:23 am
40
... 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...
Mike Clark
clarkware
Offline Send Email
Aug 6, 2003
3:45 pm
41
Mike Clark <mike@...> wrote: Given that peculiar behavior, I'd try running the JUnitPerf Load test ... You mentioned that it works fine for the...
Sagar
hellovidyasagar
Offline Send Email
Aug 7, 2003
11:41 am
42
... 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...
Mike Clark
clarkware
Offline Send Email
Aug 7, 2003
6:58 pm
43
Mike Clark <mike@...> wrote: Adding the following to the JUnit excluded.properties file fixes the problem: excluded.9=MyTestCase I've successfully...
Sagar
hellovidyasagar
Offline Send Email
Aug 8, 2003
6:02 am
44
Mike Clark <mike@...> wrote: Adding the following to the JUnit excluded.properties file fixes the problem: excluded.9=MyTestCase I've successfully...
Sagar
hellovidyasagar
Offline Send Email
Aug 8, 2003
6:09 am
45
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...
Sagar
hellovidyasagar
Offline Send Email
Aug 9, 2003
9:06 am
46
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...
Mike Clark
clarkware
Offline Send Email
Aug 9, 2003
3:23 pm
Messages 17 - 46 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