You can set a JMeter Property via  __setProperty() function
<https://jmeter.apache.org/usermanual/functions.html#__setProperty>   like:


> ${__setProperty(foo,bar,)}

will create a JMeter property "foo" with the value of "bar" which you can
read using  __P() function
<https://jmeter.apache.org/usermanual/functions.html#__P>   like 


> ${__P(foo,)}

where required. 

More information: Knit One Pearl Two: How to Use Variables in Different
Thread Groups
<https://www.blazemeter.com/blog/knit-one-pearl-two-how-use-variables-different-thread-groups>
  



--
Sent from: http://www.jmeter-archive.org/JMeter-User-f512775.html

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to