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
⇑ JMeter Test Elements and Execution Order
⇑⇑ Apache JMeter Tutorials
2018-10-13, 1653👍, 0💬
Popular Posts:
How to generate date and time test values? Timestamp values are frequently needed in testing almost ...
Why I am getting gzip compressed HTTP response in SoapUI? If you run a HTTP request for some Website...
How to generate passwords? To help you to obtain some good passwords for testing purpose, FYIcenter....
How to find out my browser's identification information? To help you to see your browser identificat...
Why I am getting gzip compressed HTTP response in SoapUI? If you run a HTTP request for some Website...