You may also use the setUp/tearDown Thread Group if it has to run once and you don't care for it to run before/after the load test. A third option is to use second thread group which has the other sampler needed to run only once so you can configure this thread group to run a single thread with one iteration.
Best, Shmuel. On Mon, Oct 8, 2012 at 4:50 PM, ZK <[email protected]> wrote: > Hi, > read this: > > http://stackoverflow.com/questions/707832/how-do-i-pass-a-variable-from-one-thread-group-to-another-in-jmeter > < > http://stackoverflow.com/questions/707832/how-do-i-pass-a-variable-from-one-thread-group-to-another-in-jmeter > > > > > ZK > > > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/Running-once-per-test-tp5714990p5714996.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] > >
