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

Requirement Traceability Matrix

In today’s article we are going to discuss about the Requirement Traceability Matrix(RTM).  When you see or first time you hear about RTM (requirement Traceability Matrix) you might not have any idea about it, but it is simple term/process which is used in Software Development and Software Testing. You will understand this after reading this … 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