S
Scott Moore
Guest
Hypothetical: You have 100 values. 10 vusers. Each vuser needs to use a unique value and run 10 iterations. You select a unique number value and update on each iteration - setting up for 10 iteration. Your block size is 10 and you set the parameter to continue in a cyclic manner when out of values. If you run a test, it should not matter how long the test runs for, correct? You should not get an error because the users will continue to cycle within their block of 10 values over and over, never sharing with any other vuser. Is this correct?