Home > other >  JMeter For-Each Controller - Seems to Run Only First Several Iterations, Then Stops
JMeter For-Each Controller - Seems to Run Only First Several Iterations, Then Stops

Time:03-10

Here are UDVs, which I use as loop variables: Loop Variables

Here is the For-Each definition.
for-each panel

When I run this from starting = 1 to ending = 11, it only runs 1, 2, 3, 4. Then it stops. Here is loop #4. Working HTTP request

This shows that variable status_1, status_2, ... , status_11 are all defined. JMeter debug output, showing all variables

The question is: why is status_5 and onwards not running?

CodePudding user response:

Either you made a typo/copy paste issue and one of the variables have an extra non-printable character like enter image description here

  • Related