Order of Elements in JMeter
When designing tests with JMeter, elements are organized into a hierarchical tree. Within this hierarchy, some elements act as containers and contain child elements. Other elements may appear side-by-side with other elements at the same level, with a typical test plan structure similar to below: While it may be intuitive to envision test plan execution to take place sequentially, there are several rules which JMeter applies to determine the order that test plan elements are executed.Read More →