JMeter Execution Order - Timers

Q

In what order Timers are executed in JMeter?

✍: FYIcenter.com

A

Timers of all types are executed in the order described in the rules below:

  1. If a Timer is attached to a Sampler, it is executed after PreProcessors of the Sampler.
  2. If a Timer is attached to a container (Test Plan, Thread Group, or Logical Controller), it is executed after PreProcessors to each every Samplers in that container tree branch.
  3. If a Sampler has multiple Timers inherited from multiple level of parent nodes, Timers from a near parent are executed first.
  4. If a Sampler has multiple Timers inherited from parent nodes and attached as child leaves, Timers attached as child leaves are executed first.
  5. Multiple Timers attached to the same parent node are executed sequentially.

 

What Is JMeter Test Plan

JMeter Execution Order - Configurations

JMeter Test Elements and Execution Order

⇑⇑ Apache JMeter Tutorials

2018-10-13, 2405🔥, 0💬