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, ∼3439🔥, 0💬
Popular Posts:
How to use HTTP protocol to post an XML message to a server? You can follow this tutorial to post an...
What are date and time test values? Date and time test values are frequently needed in testing date ...
How to generate user full names? Test user names are frequently needed in testing applications that ...
How to generate ISBN numbers? To help you to obtain some ISBN numbers for testing purpose, FYIcenter...
How to update hidden input value field value with WebDriver in Python? Normally, a hidden input valu...