background image
<< Updating Parameter Values for Files | Random >>
<< Updating Parameter Values for Files | Random >>

Sequential

Working with VuGen · Defining Parameters
Creating Vuser Scripts
Chapter 5, page 77
Sequential
The
Sequential
method assigns parameter values to Vusers, sequentially. As a
running Vuser accesses the data table, it takes the next available row for each
iteration. For example, if your table has the following values,
the first Vuser takes Max in its first iteration, David in the second iteration, Michael
in the third iteration, etc. The second Vuser takes the same values: Max in the first
iteration, etc.
You can instruct your Vusers to advance one row for each iteration. If you disable
this option, all Vusers use the next available value for all iterations.
Note that if you call a parameter several times within a single iteration, the Vuser
uses the same value for all references to that parameter.
First Name
Max
David
Michael
John
Ron
Alex
Ken
Tom