Jmeter – Using Duration Assertion With Example

Duration assertion is used to assert the response time of request in jmeter software load test plan. It will assert that response of request is received within given amount of time or not. If response of request is received in given amount of time then it will be pass and if it exceeds given amount of … Read more

Jmeter – Response Assertion To Assert Response Message

Earlier we learnt how to use response assertion in your jmeter software load test to assert response code of request in my previous post. So now you already aware about how response assertion works. Here we will see example on how to use response assertion in your software load test to assert response message. Example : Assert … Read more

Jmeter – Response Assertion To Assert Response Code

Response assertion in jmeter is most important element as it helps you to assert the response of request in your software load test plan. It will show request result failed if response of request is not as expected and show pass if response of request is as expected. So you can verify your software load test … Read more