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.

LoadTestUserContext::CompletedTestCount Property

 

Gets or sets the number of tests that have been completed by the virtual user that is represented by the LoadTestUserContext object since the start of the load test.

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

public:
property int CompletedTestCount {
	int get();
	internal: void set(int value);
}

Property Value

Type: System::Int32

The number of tests that have been completed by the virtual user since the start of the load test..

Return to top
Show: