Corey Snow
Corey Snow

Reputation: 255

How to run multiple http requests sequentially multiple times

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

Answers (1)

sunny_teo
sunny_teo

Reputation: 1999

Put the loop count to 2 in the thread group and then it will run in sequence twice.

Please check below:- enter image description here enter image description here

Updated:- enter image description here

Upvotes: 1

Related Questions