Hi, Once only controller will run the code once per Thread so I don't think it's the good option. AS per doc:
- The Once Only Logic Controller tells JMeter to process the controller(s) inside it only once per Thread, and pass over any requests under it during further iterations through the test plan. Regards @ubikloadpack On Wed, Apr 15, 2015 at 2:13 PM, waseemfa <[email protected]> wrote: > In your thread group, just use a Controller -> Once Only Controller and > have > your beanshell sampler inside it which prints "Starting of the first thread > group". This will solve your purpose. > > -Waseem > > > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/title-tp5722247p5722249.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] > >
