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
2018-08-14, 5735👍, 0💬
Popular Posts:
How to generate test credit card numbers? Test credit card numbers are frequently needed in testing ...
How to Open and Close Internet Explorer with UFT script? One way to open and close Internet Explorer...
What are date and time test values? Date and time test values are frequently needed in testing date ...
How to perform UUDecode (Unix-to-Unix Decode)? UUEncode is Unix-to-Unix encoding used on Unix system...
How to use HTTP protocol to post an XML message to a server? You can follow this tutorial to post an...