Condividi tramite


Proprietà LoadTestUserContext.CompletedTestCount

Ottiene o imposta il numero dei test che sono stati completati dall'utente virtuale che è rappresentato da LoadTestUserContext oggetto dall'inizio del test di carico.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.Int32
Il numero dei test che sono stati completati dall'utente virtuale all'inizio del test di carico.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

LoadTestUserContext Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.LoadTesting