Friday, June 23, 2017

How to share variables between threads groups in JMeter

Sometimes when we writing jmeter scripts , we need to share variables between  threads groups in a test plan.  Easiest way to achieve this is use "bsh.shared" shared namespace. Test Plan         Thread Group1         Thread Group2 Assume that you have a test scenario to  pass  the session  of the ...