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 1 - 30 of 94   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date v
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
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
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
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
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
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
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
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
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
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
20
Sorry: - JVM 1.2.2 - JUnit 3.7 - JUnitPerf 1.8...
apetit_yms
Offline Send Email
Dec 2, 2002
10:54 am
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
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
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
16
Here's an announcement of an add-on for JUnit that does load testing. The reason I am posting it here is that this product's documentation makes special note...
Michael Silverstein
mksilverstein
Offline Send Email
Jul 15, 2002
5:20 pm
15
FYI. The new JUnit FAQ is now available at: http://junit.sourceforge.net/doc/faq/faq.htm This file is also available in the SourceForge CVS repository and will...
Mike Clark
clarkware
Offline Send Email
Jun 18, 2002
7:06 pm
14
... Every iteration of a LoadTest will run the setUp(), testXXX(), and tearDown() methods. So even though putting this time-consuming code in the setUp()...
Mike Clark
clarkware
Offline Send Email
May 29, 2002
1:31 pm
13
Hi, I have written that has some test specific data setup in the constructor. If I wrap the test in a LoadTest, the test is executed X times but not the...
tricky2204
Offline Send Email
May 28, 2002
1:50 pm
12
Oh, these spammers think they're so clever! But I've got better kung fu. ;-) I'll be approving membership to this group from now on in order to keep out the...
Mike Clark
clarkware
Offline Send Email
May 24, 2002
1:10 am
11
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 : / Looking for...
junitperf@yahoogroups...
Send Email
May 23, 2002
9:17 pm
10
... JUnit and JUnitPerf are frameworks. Please do what works for you. Mike -- Mike Clark Clarkware Consulting, Inc. http://www.clarkware.com 720.851.2014...
Mike Clark
clarkware
Offline Send Email
May 22, 2002
11:42 pm
9
Hi, it quite a little issues but i need a usefull report of all test made, something that can be import into a spreadsheet, easly a csv. I think to extends...
nogad75
Offline Send Email
May 22, 2002
2:43 pm
8
... There's no aspect of JUnitPerf that allows for this, although you're free to initialize objects under test however you like. Perhaps I misunderstood the...
Mike Clark
clarkware
Offline Send Email
May 21, 2002
1:27 pm
7
I've written code to write forms to a Database, each form must have an individual Id number, which is hard coded in. Junit is perfect for testing this once. ...
margaret.lavin2@...
Send Email
May 20, 2002
8:50 am
6
Hi Patrick, ... Can you elaborate on the method for creating keys? Is it based on a thread id perhaps? ... The use of setEnforceTestAtomicity(true) is...
Mike Clark
clarkware
Offline Send Email
May 16, 2002
2:01 pm
5
Hi, we have an application that creates new objects in an application server. Our business logic has become quite complex so we want to loadtest our business...
tricky2204
Offline Send Email
May 16, 2002
8:59 am
4
... Hi Ev, In JUnit, the setUp() method will be run before each test method is run to ensure that each test is isolated from changes in other test methods. ...
Mike Clark
clarkware
Offline Send Email
May 10, 2002
2:16 pm
3
Hi, We just started using JUnit as a required step in the development process and are very pleased. I'd like to user JUnitPerf too, but it does not look as...
enya_34
Offline Send Email
May 9, 2002
4:05 pm
2
Hi Richard, Welcome! ... Not a problem. There are lots of very useful resources online for learning more about JUnit and TfD. The JUnit site...
clarkware
Offline Send Email
Mar 13, 2002
5:30 pm
1
Mike, while I have downloaded and recommended JUnitPerf, I have to confess that I've not used it myself. I'm still relatively new to Test-First development and...
richardhjensen
Offline Send Email
Mar 13, 2002
5:06 pm
Messages 1 - 30 of 94   Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

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