Jaa


ScenarioRun.IterationName Property

Definition

The name of the iteration that this ScenarioRun represents.

public:
 property System::String ^ IterationName { System::String ^ get(); };
public string IterationName { get; }
member this.IterationName : string
Public ReadOnly Property IterationName As String

Property Value

Remarks

The IterationNames of different iterations within a particular scenario execution must be unique.

Logically, an iteration can be mapped to a single loop iteration within a particular unit test, or to a single data row within a data-driven test. IterationName could be set to any string that uniquely identifies the particular loop iteration / data row. For example, it could be set to an integer index that is incremented with each loop iteration.

Applies to