The Sequential method assigns parameter values to a Vuser sequentially. As a running Vuser accesses the data table, it takes the next available row of data.If you specify Each Iteration in the Update Value on list box, the Vuser takes
the next value from the data table for each iteration.
If you specify Each Occurrence in the Update Value on list box, the Vuser takes the next value from the data table for each occurrence of the parameter, even if it is within the same iteration.
If you specify Once in the Update Value on list box, the value assigned in the first iteration is used for all subsequent iterations for each Vuser.
然后手册还举了一个例子
First Name
Kim
David
Michael
Jane
Ron
Alice
Ken
Julie
For example, assume that your table has the values shown in the table at left.
If you selected Each Iteration, all the Vusers use Kim in the first iteration, David in the second iteration, Michael in
the third iteration, etc.
If you selected Each Occurrence, all the Vusers use Kim in the first occurrence, David in the second occurrence,
Michael in the third occurrence, etc.
If you specified Once, all Vusers take Kim for all iterations.If there are not enough values in the data table, VuGen
returns to the first value in the table, continuing in a loop until the end of the test.
OK,我设置select next row:sequential ; update value on:each iteration ;在run-in time setting----run logic----number of
iteration 为1。