With the samples we have explored so far, we have seen a similar pattern emerging. We have seen what mostly constitutes a JMeter test plan. We'll use the remainder of this chapter to explore the anatomy and composition of the JMeter tests.
Anatomy of a JMeter test
Test plan
This is the root element of the JMeter scripts and houses the other components, such as threads, config elements, timers, Preprocessors, Postprocessors, assertions, and listeners. It also offers a few configurations of its own.
First off, it allows you to define user variables (name-value pairs) that can be used in your scripts later. It also allows the configuration of how the thread groups that it contains should run, that is, should thread groups...