0
votes

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 :

enter image description here

enter image description here

Can anyone please help me with this?

2

2 Answers

0
votes

Under Test Plan, check the "Run Thread Groups consecutively".

enter image description here

Here is the sample output:

enter image description here

0
votes

I would recommend going for Test Fragments and Module Controllers instead, example test plan structure and output would be:

JMeter Test Fragment Module Controller