Collections:
JMeter Execution Order - Configurations
In what order Configurations are executed in JMeter?
✍: FYIcenter.com
Configurations of all types
are executed in the order described in the rules below:
Here is an example test plan tree from JMeter manual:
Test Plan
| - Thread Group
|- Simple Controller
| |- HTTP Cookie Manager (Configuration)
| |- Web Page 1 (Sampler)
| |- Loop Controller
| |- Web Page 2 (Sampler)
| |- Web Default 1 (Configuration)
|- Web Page 3 (Sampler)
|- Web Default 2 (Configuration)
If the above test plan is executed, you see configurations applied as below:
⇒ JMeter Execution Order - Timers
⇐ JMeter Execution Order - Listeners
2018-10-13, 3049🔥, 0💬
Popular Posts:
How to convert a date and time to a standard format? Date and time can be displayed in a number of s...
In what order thread groups are executed in JMeter? Thread groups, including regular "Thread Groups"...
How to turn off HTTP response compression in SoapUI? HTTP response compression reduces the data size...
How to generate email addresses? To help you to obtain some email addresses for testing purpose, FYI...
How to generate test credit card numbers? Test credit card numbers are frequently needed in testing ...