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, 3067🔥, 0💬
Popular Posts:
How to validate Mod 10 (Luhn Algorithm) checksum? In order to help your programming or testing tasks...
How to convert a date and time to a standard format? Date and time can be displayed in a number of s...
What are JMeter command line options? You can get see JMeter command line options by running this co...
How to generate test credit card numbers? Test credit card numbers are frequently needed in testing ...
How to Override a JMeter Variable from Command Line? I want to run the same test plan multiple times...