🎴 Flashcard Mode

Software Testing and LoadRunner Fundamentals

Card1 / 19
Mastered0
Review0
QuestionClick to flip

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.

AnswerClick to flip back
A
select next row: unique, update value on: once
💡 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.

Change Mode