Multiple choice technology performance

Which of the two types of controllers available with JMeter that drives the processing of tests

  1. Samplers

  2. Assertions

  3. Thread Group

  4. Logical Controllers

Reveal answer Fill a bubble to check yourself
A,D Correct answer
Explanation

In JMeter, the two controller types that drive test processing are Samplers (which send requests to servers) and Logic Controllers (which control the execution flow of samplers). Assertions validate responses but don't drive processing. Thread Group is a container element, not classified as a controller in this context.