Unanswered question

Request to run parallel

I have a scenerio where only 1 trasaction is there and that is having 1page and 5 request to that page.

As part of my test, i want to run all 5 request parallelly for multiple iteration.

Ashok K.
Ashok K.

Ashok K.

Level
0
2 / 100
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

By default the first request under a page is executed and the rest is run in parallel. But it may also depend on the type of requests and if the response of the first request is a redirection or else.