Reputation: 255
I'm using jmeter for testing. I have 1 thread group setup and multiple http requests under that thread group. Jmeter will run those requests sequentially. But how do I get them to run sequentially multiple times?
My setup is as follows: Thread Group -http request 1 * variables * save file * results tree -http request 2 * variables * save file * results tree -http request 3 * variables * save file * results tree
I want jmeter to run them multiple times in order. For example I want them to run twice. So I want request 1 to run, then request 2 and then request 3. Then I want request 1 to run, then request 2 and finally request 3. jmeter test plan updated test plan
http request defaults http request defaults variables
http request 1 http request 1 variables
http request 2 htpp request 2 variables
Upvotes: 0
Views: 1971
Reputation: 1999
Put the loop count to 2 in the thread group and then it will run in sequence twice.
Upvotes: 1