Search code examples
jmeterresponse

JMeter page response is not complete or empty, what to do?


I'm running my JMeter scripts for only 5 virtual users. The scenario is: each user logs in to a system using credentials, checks some boxes and clicks the submit button. For the first 4 users, it works fine. I could see the successful submit button response. But often time for the last user, it seems the response page is not complete, though there's no errors.

Can anyone please tell me how can I ensure a complete page response? I'm attaching a screenshot if that helps.

Thanks! --Ishti

enter image description here


Solution

  • With the listener on the thread where the request is sent, you might find the thread has been terminated before the response has been consumed.

    You have another results tree listener at global scope, does it show the response?

    Check jmeter.log to determine the time the thread ended.

    Try adding a post-processor to force the thread to wait for response.