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

JMeter – JSR223 Assertion

JMeter - JSR223 Assertion Logo

JSR223 Assertion is a scripting-based assertion element of JMeter. JSR stands for Java Specification Requests. As same as BeanShell Assertion which we discussed earlier; you will need to implement the assertion logic by yourself using one of the supported scripting languages like Groovy, BeanShell, java, javascript, jexl etc. Usually, it is helpful when you need to write custom code based on some unique … Read more