The JMeter Loop Controller
Logical flow is an essential aspect of most performance tests. In previous posts we have explored conditional flow elements such as the If Controller, and deterministic test flow using Assertions. In other cases, we may simply want to have control over running a repeating set of requests. The JMeter Loop Controller is a built-in component providing this functionality, which will iterate over a collection of elements and execute them a predetermined number of times. In thisRead More →