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:

Performance Bottlenecks Debugging

After getting the issues during the performance testing, we would require an approach for debugging the Performance Bottlenecks. Debugging a web application that crashes under high load necessitates a methodical approach to finding and fixing the underlying issues. Following are some well-defined steps for effectively debugging the performance issues. Performance Bottlenecks Debugging Approach Some Important … Read more

Performance Testing & Engineering Interview Questions

Performance Testing & Engineering Interview Questions

These Performance Testing and Engineering Interview Questions may act as a booster for a fresher to grab quickly the basic understanding of performance testing, testing tools and engineering concepts. For an experienced performance tester or engineer, these interview questions will help to recall the basics that they have already learned. Following are the Interview Questions: … Read more