In my TestPlan in jmeter I have around 50 thread group and I want to run those multiple times but 2nd iteration should only start when all the 50 threads are executed once.
There is a loop count field in jmeter but it do not solve my problem instead it runs each thread X number of times before start executing next thread.
Can anyone help me out?
Thanks in advance