You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Tom Fernandes <an...@gmx.net> on 2008/03/11 19:29:47 UTC

reuse variable from one thread in another

Hi,

is it possible to use a variable (extracted via the regex extractor) from the 
first thread in all the other threads? (given, that the threads don't start 
at the same time).

thanks,


Tom

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: reuse variable from one thread in another

Posted by sebb <se...@gmail.com>.
On 11/03/2008, Tom Fernandes <an...@gmx.net> wrote:
> Hi,
>
> is it possible to use a variable (extracted via the regex extractor) from the
> first thread in all the other threads? (given, that the threads don't start
> at the same time).

No.

Variables are local to a thread only.

Properties are global to all threads.

Check the Functions documentation for details.

> thanks,
>
>
> Tom
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org