I’m running a recorded load test in JMeter. It appears that when the test is replayed, JMeter doesn’t wait for the request to respond before proceeding onto the next request in sequence.
How do I address this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Are you sure that’s what’s happening? For me it waits for response before dispatching next request. Maybe you’re seeing overlapping access? Like, the first user starts to request the next page before the second user receives the first page. Run with only one user to confirm that that’s what’s really happening.
If what you say really is happening then check the timeout. I always set mine to a longish period – something like 20 seconds.
Also, if your page use cookies, remember that you should not use “Redirect Automatically”, instead use “Follow Redirects”. “Redirect Automatically” discards the directed page which breaks cookies.