The First Set Step
Configure the General tab of the first Step customizer window to specify that the method executes on the numbersToCall variable.
Figure shows the configured Explore Class Information tab of the Execute Java Method customizer window.
Configure the General tab of the Set customizer window as follows:
-
Variable—obj
The obj Java Type variable holds the next number to call from the vector of numbers.
-
Value
The expression numbersToCall.elementAt(i) which gets the next number to call from the vector of numbers.