There is no simple way to pass values through out thread groups in JMeter as
far as I know.  You can do the following to achieve your problem.

Extract the value you want using Regex extractor into a variable say
"variablevalue" and set the same into property
${__setProperty(variablename, ${variablevalue})};

In the consequent thread group where you want to use the value just call it
by 
${__property(variablename)}

This should solve your problem

-Waseem



--
View this message in context: 
http://jmeter.512774.n5.nabble.com/Persist-JSESSIONID-throughout-a-TestPlan-tp5716314p5716359.html
Sent from the JMeter - User mailing list archive at Nabble.com.

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

Reply via email to