Apache JMeter: Load and Performance Testing Made Simple

The performance, reliability, and usability of your software application are crucial factors in today’s fast-paced, competitive digital world. It is crucial to check how your application performs during both regular and peak usage since users expect a smooth and reliable experience when visiting and navigating your website. This is where load and performance testing using … Read more

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