I have the following Setup:
| Thread Group
| -- BeanShell PreProcessor
| -- Loop Controller
In The BeanShell PreProcessor I have:
vars.put("myDynamicNumber", someDynamicallyGeneratedNumber+"");
In The Loop Controller I have:
Loop Count: ${myDynamicNumber}
I was under the impression this would work. Instead the Loop Controller cannot find the variable. Am I doing something incorrectly?