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)

Syntax

'Declaration
Public Property CompletedTestCount As Integer
public int CompletedTestCount { get; internal set; }
public:
property int CompletedTestCount {
    int get ();
    internal: void set (int value);
}
member CompletedTestCount : int with get, internal set
function get CompletedTestCount () : int 
internal function set CompletedTestCount (value : int)

Property Value

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

.NET Framework Security

See Also

Reference

LoadTestUserContext Class

Microsoft.VisualStudio.TestTools.LoadTesting Namespace