*Navigation trail:* \["JMeterProjectPages"\] - \["JMeterDevelopment"\] - \["JMeterDevelopment"\]/DeveloperDocumentation Wiki Markup
...
JMeter defines the following types of test elements:
...
- Answer: essentially yes, since it implements the Controller interface. It implements the functionality by containing a LoopController
...
Q: What's the relationship between a Thread Group and the \["JMeterThread"\] objects?
*Answer:* Not much at all. \["JMeterThread"\] is the JMeter engine itself that runs the test. A [ThreadGroup] is the top level of the test where the \["JMeterThread"\] begins the process of iterating through the test tree. \\Wiki Markup
Q: Does this mean that a Thread Group is just a Loop Controller that can be placed at the top of the tree?
...