Collections:
JMeter Execution Order - Samplers
In what order samplers are executed in JMeter?
✍: FYIcenter.com
Samplers of all types
are executed in the order described in the rules below:
Let's create the following Test Plan tree, JMeter-Execution-Order-2.jmx, to verify these rules:
Test Plan
|- setUp Thread Group
| |- Sampler Z
|- tearDown Thread Group
| |- Sampler A
|- Thread Group 1
| |- Sampler 11
| |- Sampler 12
| |- If Controller (1==2)
| |- Sampler 13
|- Thread Group 2
|- Sampler 21
|- Sampler 22
|- If Controller (2==2)
|- Sampler 23
Run the above Test Plan. You see the following execution order:
Sampler A
Sampler 11
Sampler 12
- Condition failed on Sampler 13
Sampler 21
Sampler 22
Sampler 23
Sampler Z
⇒ JMeter Execution Order - PreProcessors
⇐ JMeter Execution Order - Thread Groups
2018-08-14, ∼4702🔥, 0💬
Popular Posts:
How to valid IP addresses? In order to help your programming or testing tasks, FYIcenter.com has des...
How to convert hexadecimal encoded data back to binary data (or Hex to Binary Decoding)? Hex to Bina...
How to generate test phone numbers for US and Canada? Test phone numbers are frequently needed in te...
How to find out my browser request headers? To help you to see your browser request headers, FYIcent...
What are date and time test values? Date and time test values are frequently needed in testing date ...