TestStartingEventArgs.TestIterationNumber Property

Gets a value that represents the number of tests that have run within the load test on a particular agent.

Namespace:  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Syntax

'Declaration
Public ReadOnly Property TestIterationNumber As Integer
public int TestIterationNumber { get; }
public:
property int TestIterationNumber {
    int get ();
}
member TestIterationNumber : int
function get TestIterationNumber () : int

Property Value

Type: System.Int32
The number of test iterations.

Remarks

Example

.NET Framework Security

See Also

Reference

TestStartingEventArgs Class

Microsoft.VisualStudio.TestTools.LoadTesting Namespace