Collections:
JMeter Execution Order - Thread Groups
In what order thread groups are executed in JMeter?
✍: FYIcenter.com
Thread groups, including regular "Thread Groups",
"setUp Thread Groups", and "tearDown Thread Group",
are executed in the order described in the rules below:
Let's create the following Test Plan tree, JMeter-Execution-Order.jmx, to verify these rules:
Test Plan |- setUp Thread Group | |- Sampler Z |- tearDown Thread Group | |- Sampler A |- Thread Group 1 | |- Sampler 11 | |- Sampler 12 |- Thread Group 2 |- Sampler 21 |- Sampler 22
Run the above Test Plan. You see the following execution order:
Sampler A Sampler 11 Sampler 12 Sampler 21 Sampler 22 Sampler Z
⇒ JMeter Execution Order - Samplers
⇐ JMeter Execution Order - General Rules
2023-04-26, 21🔥, 4💬
Popular Posts:
How to generate ISBN numbers? To help you to obtain some ISBN numbers for testing purpose, FYIcenter...
How to generate test fractional numbers? Test fractional numbers are numbers with fractions that are...
Why I am getting gzip compressed HTTP response in SoapUI? If you run a HTTP request for some Website...
Where to find tutorials on Apache JMeter test tool? I want to know how to use Apache JMeter. Here is...
How to valid IPv6 addresses? In order to help your programming or testing tasks, FYIcenter.com has d...