Re: Running one test from another test

2007-07-09 Thread chris
you could use jmeter's module controller, see http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Module_Controller cheers, chris "Jonathan Goldstein" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > Hi, > > Is it possible to run test A from within test

Running one test from another test

2007-07-08 Thread Jonathan Goldstein
Hi, Is it possible to run test A from within test B? For example, a flow I want to test follows login. Can I run the login test as a precursor to my current test, without merging them? Thanks, Jonathan