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 d. Use external plugin 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
