9 Jan 2012 14:36
Re: How to capture a value in one of the thread and passing it to the other thread in the same test plan
waseemfa <fazal.waseem <at> gmail.com>
2012-01-09 13:36:09 GMT
2012-01-09 13:36:09 GMT
HI,
Basically there is no way of doing this in JMeter. the one thing i can
think of is use the appropriate method to get the data and store it in a
user defined property like
${__setProperty(input, ${input})};
and in the next thread group access the input variable just like any other
property variable
${__property(input)}
Hope this works.
-Waseem
--
View this message in context: http://jmeter.512774.n5.nabble.com/How-to-capture-a-value-in-one-of-the-thread-and-passing-it-to-the-other-thread-in-the-same-test-plan-tp5124673p5131347.html
Sent from the JMeter - User mailing list archive at Nabble.com.
RSS Feed