Is there a way to synchronize "thread group runs" across slaves in Jmeter's distributed testing?
For example, Suppose my test plan has 2 thread groups and I run JMeter with 2 slaves.If one of the slaves finishes with the first thread group first, I want that particular slave to wait until the other slave gets done with the first thread group as well. Then I want them to proceed with the second one together!
Please help with this problem.