Collections:
JMeter Execution Order - General Rules
What are general rules on the execution order of different types of test elements in JMeter?
✍: FYIcenter.com
Here are some general rules on the execution order of different types of
test elements in JMeter:
1. The center line of test plan execution is based on Samplers. If a Sampler is not executed, all of its associated supporting elements are not executed.
2. When a Sampler is executed, its associated supporting elements are executed in the following order:
Configuration elements Pre-Processors Timers Sampler Post-Processors (unless SampleResult is null) Assertions (unless SampleResult is null) Listeners (unless SampleResult is null)
3. Thread groups are executed in the sequence of:
setUp Thread Groups Thread Groups tearDown Thread Groups
4. Multiple elements of the same type attached to the same tree node are executed sequentially.
⇒ JMeter Execution Order - Thread Groups
⇐ Test Plan Element Tree in JMeter
2018-08-14, 3500🔥, 0💬
Popular Posts:
How to convert IPv4 to IPv6 addresses? In order to help your programming or testing tasks, FYIcenter...
How to convert IPv4 to IPv6 addresses? In order to help your programming or testing tasks, FYIcenter...
How to generate IPv6 Addresses? To help you to obtain some IPv6 addresses for testing purpose, FYIce...
How to valid UUID/GUID strings? In order to help your programming or testing tasks, FYIcenter.com ha...
How to see my IP address Host Name? To help you to see your IP Address Host Name, FYIcenter.com has ...