https://issues.apache.org/bugzilla/show_bug.cgi?id=47888

--- Comment #1 from peter lin <wool...@yahoo.com> 2009-09-22 18:05:39 PDT ---
A couple of notes on the difference between jmeter's sampler and the standard
junit runner. For a stress test, we don't want to create a new instance of the
test class. When I originally wrote the junit sampler, it was for stress and
load testing. You can use it for unit testing, but it would require changing
how your unit test is written.

Cedric B of TestNG used to mention this design choice of JUnit as one of the
flaws. I got around the issue for stress testing by writing our own test
runner.

peter

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org

Reply via email to