Open In App

Thread Group in JMeter

As we know JMeter is a pure Java-based desktop tool to conduct load and performance testing. There are various test plan elements in JMeter like Thread group, controllers, listeners, timers, etc. In this article, we are going to learn about the Thread group element of JMeter.

Thread Group

Thread group is the basic element of the Jmeter Test plan. As said in the name Thread group is a group of threads that are executing the same scenario. This is considered the beginning point of a test plan. Thread group holds other test elements like controllers, samplers, config elements also the listeners. Each thread in the thread group will independently execute all the elements under the thread group while running the test plan. Here is the control panel of the thread group element.



Components of a Thread group

We can name the Thread group according to our test’s requirements.



Action to be taken after a Sampler error: These are the actions that can be taken by the user if an error occurs in any sampler. By default, this is set to Continue. let us see what all are the options that actually can be used

Thread Properties

Note: In all properties of the thread group the time is taken in seconds, not in minutes or milliseconds.

How to Add Thread Group to Test Plan?

Before we learn completely about thread groups, let us quickly see how to add thread groups to a test plan.

Article Tags :