The information you seek as well as your conclusion will largely depend on what your definition of 'Performance testing' is. Can you elaborate? ... Mike...
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@...
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 ...
... 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...
... 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...
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...
... Yes, I understand the problem now. ... The TestFactory class expects the supplied test (e.g. JUnitTestAll.class) to have testXXX() methods. It then makes...
... 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...
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...
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...
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...
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...
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...
... Every iteration of a LoadTest will run the setUp(), testXXX(), and tearDown() methods. So even though putting this time-consuming code in the setUp()...
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...
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...
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...
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...
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...
... 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...
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@...
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...
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...
... 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. ...
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...
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...