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

JMeter – setUp Thread Group

setUp Thread Group is a special type of JMeter Thread Group that can be utilized to perform Pre-Test actions. The behaviour of the setUp Thread Group is as same as the normal Thread Group element. The only difference is that the setUp Thread Group executes before the test proceeds to execute the normal Thread Group. Similarly, tearDown Thread Group helps to … Read more

How to choose the right Performance Testing tool?

Right Performance Testing Tool

To choose the right performance testing tool is the first and foremost requirement in the planning phase. After understanding the application architecture and business requirements, you have to select the performance testing tool which meets the performance objectives. Since each tool has pros and cons so you can not say which is the best tool … Read more