1
votes

enter image description hereIn 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

1

1 Answers

0
votes

Put all the transaction/Request under one thread group and no. of threads as 1 and control iteration with loop count. Since, you want to execute only once and in sequence. Though, it is not the exact answer but another way to doing it. enter image description here