Everyone likes follow-up questions in separate threads, but you can use a Setup Thread Group:
http://jmeter.apache.org/usermanual/component_reference.html#setUp_Thread_Group You can also do some stuff where you block other threads from running by setting a property that blocks them. If you need more than this... please start another thread:-) Good luck, Anthony On Tue, Sep 11, 2012 at 2:24 PM, Mikhail T. <[email protected]>wrote: > On 11.09.2012 14:04, Deepak Shetty wrote: > >> Variables are scoped to a thread >> Your options are >> a. use properties with a suitable naming convention >> b. write your variables to file and reread them >> c. Use bsh.shared --http://jmeter.apache.org/** >> usermanual/best-practices.html<http://jmeter.apache.org/usermanual/best-practices.html> >> >> d. Use external plugin >> http://code.google.com/p/**jmeter-plugins/wiki/**InterThreadCommunication<http://code.google.com/p/jmeter-plugins/wiki/InterThreadCommunication> >> e. Write your own java class with static variables that work with multiple >> threads that can be read from and use that to set and get your variables >> > > Thank you, sir. On a related note, can I arrange for a certain > thread-group to run first and all others to execute simultaneously? > > -mi > >
