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, ∼3650🔥, 0💬
Popular Posts:
How to set Content-Type to application/json? The server requires the Content-Type to be application/...
How to valid IP addresses? In order to help your programming or testing tasks, FYIcenter.com has des...
How to generate currency test values? Currency test values are frequently needed in testing date and...
How to generate test fractional numbers? Test fractional numbers are numbers with fractions that are...
How to valid IPv6 addresses? In order to help your programming or testing tasks, FYIcenter.com has d...