Tuesday, December 11, 2018



In this part of step by step JMETER tutorial we are going to learn about JMETER element “THREAD GROUP”

What is Thread Group in JMETER:-

Thread group is a place where we actually put number of users (Threads). It is starting point of JMETER test plan. This is first element of JMETER test plan. Each thread represent one user.  Using this Thread Group you can set number of users. Using thread group is basic step to start with JMETER load testing.

Now let’s understand How Element Thread group works .
If you put load of 50 users on your server by configuring 50 threads . Then all 50 user will simulate and will put load on server.




There are 3 controls we need to set for JMETER
  • Set the number of threads
  • Set the ramp-up period
  • Set the number of times to execute the test

  • How to set the number of threads
Here we need to set number of threads . If you put load of 50 users on your server by configuring 50 threads . Then all 50 user will simulate and will put load on server.
  • How to set the ramp-up period
The ramp-up period expresses JMeter how long to take to "ramp-up" to the full number of threads selected. If 10 threads are used, and the ramp-up period is 100 seconds, then JMeter will take 100 seconds to get all 10 threads up and running
  • How to set the number of times to execute the test (LOOP count):- how many times to run thread group  in loop. If you set value 2 then thread group will run twice.

Related Posts:

  • How to pass variable data in JMETER request How to pass variable data in JMETER request How to use CSV data set config in Jmeter for passing varible data in JSON request  To create real-time scenario we need to pass variable data in request. For this we can… Read More
  • JMETER Tutorial Course Content JMeter Download JMeter Overview JMeter  Enviornment JMeter  Build test plan JMETER -Understanding Thread Group Understanding Listeners in JEMTER API performance testing using JMETER How to pass variable data… Read More
  • Solution- JMTER not working from CMD / NON GUI / Command Promt I was facing this issue when I was trying to run JMETER from CMD/ Command prompt / Non Gui, Even JMETER was working fine in GUI mode. To run I started JMETER in Bin path of JMETER and ran below query C:\tools\… Read More
  • API performance testing using JMETER  API performance testing using JMETER In this article we are going to learn about How to use step by step JMETER for API Load and Performance testing . Basic information and details about JMETER and what is web… Read More
  • Parsing JSON response and Saving it in CSV  To parse JSON response we need to use JSON Extractor and Bean Shell Post Process (Here we need some do coding) Add JSON Extractor & Bean Shell post processor to thread group Right click on Thread Group> Add>… Read More

0 comments:

Post a Comment

Popular Posts