Test Result Log in JMeter

How to generate a test result log in JMeter? JMeter is used as a performance testing tool for an application or a software system. It applies the virtual load and finds out the performance of the application by capturing the response time and other stats. These stats are captured in the log file called “JMeter … 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