IterationMode Property
Description
The Data pane iterations mode.
Property type
Read-write property
Syntax
Visual Basic
Public Property IterationMode As String
Return Type
  • oneIteration--Runs the test only once, using only the first row in the global data table.
  • rngAll--Runs the test with iterations using all rows in the global data table.
  • rngIterations--Runs the test with iterations using the values in the global data table for the range specified by the StartIteration and EndIteration properties.
Example
See Also