Monday, May 11, 2015

JMeter Passing variables between thread group

a.      Add a “BeanShell Assertion” in Origin thread group
Inside the script Set as property
${__setProperty(preGoto,${Goto})};
${__setProperty(preSunQ,${SunQ})};
b.      Use it in the target thread group referencing the property names
${__property(preGoto)}

${__property(preSunQ)}

No comments:

Post a Comment