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.
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.