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

regards
deepak


On Tue, Sep 11, 2012 at 10:54 AM, Mikhail T. <[email protected]>wrote:

> Hello!
>
> There are some pieces of data, which multiple thread-groups need. But,
> even I ask for the groups to be executed in sequence, the variables set by
> one are not seen in subsequent ones. Is there a way to solve this nicely,
> or do I need custom-scripting?
>
> Thanks!
>
>    -mi
>
>

Reply via email to