Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public:
property int TestIterationNumber {
	int get();
}

Property Value

Type: System::Int32

The number of test iterations.

Example

Return to top
Show: