Apache JMeter – samplerName Function

samplerName is an in-build function of Apache JMeter and its type is ‘Information’. This function simply returns the name of the sampler. By the way, JMeter in-build functions are divided into eight categories which are: Let’s discuss about samplerName function: Syntax: ${__samplerName} Type: Information Purpose: To get the name of the current sampler used in … Read more

Apache JMeter – threadGroupName Function

threadGroupName is an in-build function of Apache JMeter and its type is ‘Information’. This function simply returns the name of the thread group. By the way, JMeter in-build functions are divided into eight categories which are: Let’s discuss about threadGroupName function: Syntax: ${__threadGroupName} Type: Information Purpose: To get the name of the thread group used … Read more

Apache JMeter – threadNum Function

threadNum is an in-build function of Apache JMeter and its type is ‘Information’, which provides specific details about the thread. By the way, JMeter in-build functions are divided into eight categories which are: Syntax: ${__threadNum} Type: Information Purpose: To get the Thread Number under a Thread Group. If there are multiple thread groups under the … Read more

Best Practices for JMeter Test Execution

Apache JMeter is an open-source tool which is widely used for Performance Testing. The test execution through the JMeter tool is an easy task, but the execution steps also have some best practices to avoid misconfiguration and help to get accurate results. These best practices are listed below:

JMeter Course: A Comprehensive Guide to Master Performance Testing

JMeter Course: A Comprehensive Guide to Master Performance Testing

Introduction Welcome to our comprehensive guide on JMeter courses! This article will help you to dive deep into the world of performance testing and explore everything you need to know about JMeter training for beginners, certification program, online courses, and much more. Whether you are a software developer, a testing engineer, a project manager, a … Read more

Common JMeter Dashboard Report – Applicable to all scenarios

Common Dashboard Report Generation

In the previous post, you have seen how to generate a JMeter Dashboard Report in proper format by doing some simple changes in “user.properties”. Those changes are simple but dedicated to a particular test. If you have another test with a different transaction controller name then again you need to update the “user.properties” file especially … Read more