JMeter – HTTP Request Defaults Config Element

HTTP request defaults in jmeters is one of the configuration element. You can set default values for HTTP Requests using jmeter http request defaults in your software load test plan. Let’s say, You have software load test plan with 10 HTTP requests and all requests are being sent to same server. In this case, You … Read more

JMeter – Size Assertion With Example

Size assertion in jmeter software load test plan is useful to assert the byte size of request response. You can use different conditions in response assertion like equal to, not equal to, greater than, less than, greater than or equal to, less than or equal to a given number of bytes for response. Here we will learn how … Read more

JMeter – XPath Assertion Usage With Example

XPath Assertion is useful to assert the page element’s xpath. You can learn more about XPath and how to find it guide on THIS PAGE. Earlier we learnt different assertions of jmeter to use them in software load test plan so i think now you are well aware about assertion. Let’s learn XPath assertion with … Read more

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