Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: converted to 1.6 markup

Wiki Markup*Navigation trail:* \["JMeterProjectPages"\] - \["JMeterDevelopment"\] - \["JMeterDevelopment"\]/DeveloperDocumentation

...

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?

  • Wiki Markup*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. \\

Q: Does this mean that a Thread Group is just a Loop Controller that can be placed at the top of the tree?

...