JMeter – Test Fragment

JMeter - Test Fragment

JMeter Test Fragment element helps to set up the module-based approach while creating the script of large flow. Let’s try to understand this with an example. Consider you have a transaction flow: You need to prepare a single JMeter script for the above-mentioned flow. You have 1 day and 3 team members and you need … Read more

JMeter – Free-Form Arrivals Thread Group

JMeter - Free-form Arrivals Thread Group

In the previous article, I covered the Arrivals Thread Group which works on the rate of iteration per minute or second. To continue the same concept, Blazemeter added some more flexibility and created another JMeter Thread Group element called ‘Free-Form Arrivals Thread Group’. The Arrivals Thread Group element has certain limitations, such as if you want to do a spike … Read more

JMeter – Arrivals Thread Group

JMeter - Arrivals Thread Group

JMeter Arrivals Thread Group element is specially created for the case where no. of orders to be submitted in an hour; is known. For example, 2000 orders are purchased on an e-commerce every day, 1000 movie tickets are booked every hour on a movie ticket booking application, 10 licenses of software are purchased every minute … Read more

JMeter – Concurrency Thread Group

JMeter - Concurrency Thread group

Generic Thread Group element along with setUp Thread Group and tearDown Thread Group comes by default with Apache JMeter package. These basic Thread Group elements have certain limitations like you can not create the workload model for a spike test or step-up test using these basic thread groups. To overcome this problem and support different types of performance tests, some external … Read more

JMeter – Ultimate Thread Group

JMeter - Ultimate Thread group

Generic Thread Group element along with setUp Thread Group and tearDown Thread Group comes by default with Apache JMeter package. These basic Thread Group elements have certain limitations like you can not create the workload model for a spike test or step-up test using these basic thread groups. To overcome this problem and support different … Read more

JMeter – tearDown Thread Group

JMeter - tearDown Thread Group Logo

tearDown Thread Group is a special type of JMeter Thread Group that can be utilized to perform Post-Test actions. The behaviour of the tearDown Thread Group is similar to the regular Thread Group element. The only difference is that tearDown Thread Group executes after the completion of normal Thread Group execution. Similarly, setUp Thread Group helps to perform Pre-Test activities. Important … Read more