I am trying to run two thread groups and i want there sequence to be as follow :
First Thread group contains 3 http samplers and same for the second thread group and loop count for those are 3 .
Now the problem statement is : i want to run these thread group consecutively in the manner that first all three sampler of thread group 1 gets executed and then all three sampler of thread group 2 get executed . and then same thing should happen again in the above written manner .
Means i want this to get executed the no. of times same as my loop count for thread groups.
i'm attaching a screenshot for my test plan :
Can anyone please help me with this?