I would like LoadComplete's Loop function to be improved so that it's value can be randomized (determined at runtime), between a set min and max value.
The reason for that is that I want my user(s) to perform recurring tasks (thats the reason why I use Loop function) in different loads (for example: simulated user 1 performs the tasks in the loop 4 times, simulated user 2 performs these same tasks 8 times, simulated user 3 14 times, etc.
I see LoadComplete enhanced so that min and max values can be set, and a checkbox that can be enabled/disabled to calculate random values (at runtime) and executes the tests (the loop) with these pre-testrun calculated loop values.