Interesting concept Peter, and I think a few people will find it useful for integrating test engines under one architecture. A question: what sort of use-cases did you have in mind for this sampler? JUnit is mostly used for unit testing. Did you have a sort of multi-threaded load-testing of Junit test cases in mind?
Sonam -----Original Message----- From: Peter Lin [mailto:[EMAIL PROTECTED] Sent: Wednesday, 22 June 2005 11:44 AM To: jmeter-user; jmeter-dev Subject: JUnit sampler I'm starting to work on a JUnit sampler for JMeter and thought I'd see if jmeter users have any ideas and feedback. The idea I had is to have a sampler that can take a jar file, scan for classes that extend TestCase and then use JUnit to execute the tests. peter lin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

