JMeter – Graph Results

JMeter - Graph Results Listener

In JMeter, Graph Results Listener plots a graph between response time in milliseconds and elapsed time. The graph lines show the response time of all the requests (Data), the average response time (Average), the median of response time (Median), deviation in the response time (Deviation) and no. of samples per minute (throughput). The summarized figures can … Read more

JMeter – Listener

JMeter - Listener

As the name suggested, the Listener means somebody whose work is to listen or to keep the attention on what is going on. In JMeter, Listeners play an important role. These are the only components which have their specific purpose to monitor the request and response and then show the result in the text, tree, … Read more

JMeter – HTML Assertion

In JMeter script, HTML Assertion is a rarely used assertion component where more stress is given to the correctness of web design and validation of the tags. HTML assertion parses the web page coming in the response using JTidy (which is an HTML syntax checker tool) and then provides output in the form of pass or … Read more