> -----Original Message----- > From: Aditya Karanth A [mailto:[EMAIL PROTECTED] > Sent: 1. maaliskuuta 2006 16:44 > To: JMeter Users List > Subject: RE: JUnit Sampler > > > > If that doesn't help use this checklist.... > > > 1. The class which you want to execute should extend the > class called TestCases. and also import junit.framework.Testcases; > 2. If it says it is not found add the junit.jar in the lib > directory of Jmeter to the classpath. > 3. Compile your code and get a jar file made out of it, > place it in the lib/junit directory and start Jmeter. > 4. You can find your user package in the GUI mode under > JUnit sampler in a drop down. >
Thanks for advises, my own stupid mistake once again. My testcase jar files comes from Java 5 and i used jmeter with 1.4. With jre 1.5 jmeter works just fine and all test cases and methods worked fine. Maybe this should be check-list first step? - Jukka -
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

