Tagged Questions
3
votes
2answers
2k views
How do I pass a variable from one Thread Group to another in JMeter
I have a JMeter test with 2 Thread Groups - the first is a single thread (which creates some inventory) and the second has multiple threads (which purchase all the inventory). I use BeanShell ...