I have a script. In that script, I have a login value that I have parameterized. The script will be run back in Controller as a performance test, with 15 VUsers. The test will be executed for a period of 2 hours. Each VUser will run the script multiple times (multiple iterations). I want to ensure that the 15 logins I have are only used ONCE for each iteration by each of the 15 VUsers, and that none of the VUsers select the same parameterized login value.
What is the best Parameter setting for this purpose? Is it Select Next Row: Unique and Update Value on: Each Iteration?