On 25/03/2008, sandeep_khurana <[EMAIL PROTECTED]> wrote: > > Is there a way to use junit4 test cases with jmeter. > There is no such workaround available to make boh of them work together. >
JMeter is targetted at Java 1.4 or later; as far as I know, Junit4 requires Java 1.5 or later. I've never used Junit4, so I don't know if it uses the same API as Junit3. If it does, then there should be no need to do anything other than use Java 1.5. Otherwise, I don't know what's required. > -- > View this message in context: > http://www.nabble.com/Junit4-with-jmeter-tp16274982p16274982.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > 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]

