I have a Login transaction where in this there are 10 requests. I have added a Uniform random timer for Login transaction for 2 to 3 seconds. i.e all these 10 request will wait for 3 seconds before sending the request as below.
- wait for 3 seconds sends Request1
- wait for 3 seconds sends Request2
- wait for 3 seconds sends Request3 and so on.
So my question is does Jmeter waits for the response before sending the next request. i.e will Request2 waits for the response or will Request3 is sent after 3 seconds irrespective previous requests response. in this case Request2's response.
Please help in this.
Thanks in Advance,