Multiple choice technology testing

There are 5 Vusers participating in the loadtest and there are 5 parameterized values. these values should be used only once throughout the loadtest. Select the appropriate option.

  1. select next row: sequential, update value on: Each iteration

  2. select next row: unique, update value on: once

  3. select next row: random, update value on: Each occurance

  4. select next row: unique, update value on: Each occurance

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

When you have exactly 5 Vusers and 5 parameterized values that must each be used only once, you need unique selection to assign distinct values to each Vuser. The 'update value on: once' setting ensures each Vuser keeps their assigned value throughout the entire test execution, preventing any value from being reused. This guarantees a one-to-one mapping between Vusers and parameter values.