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, ∼3279🔥, 0💬
Popular Posts:
How to generate email addresses? To help you to obtain some email addresses for testing purpose, FYI...
How to turn on Chrome WebDriver logging with Selenium Python API? If you want to turn on logging on ...
How to set Content-Type to application/json? The server requires the Content-Type to be application/...
How to generate IP Addresses? To help you to obtain some IP addresses for testing purpose, FYIcenter...
Where to find tutorials on Apache JMeter test tool? I want to know how to use Apache JMeter. Here is...