Condividi tramite


Evento LoadTest.TestStarting

Si verifica quando viene avviata un'iterazione di uno dei test contenuti all'interno 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 Event TestStarting As EventHandler(Of TestStartingEventArgs)
public event EventHandler<TestStartingEventArgs> TestStarting
public:
 event EventHandler<TestStartingEventArgs^>^ TestStarting {
    void add (EventHandler<TestStartingEventArgs^>^ value);
    void remove (EventHandler<TestStartingEventArgs^>^ value);
}
member TestStarting : IEvent<EventHandler<TestStartingEventArgs>,
    TestStartingEventArgs>
JScript non supporta gli eventi.

Note

La classe TestStartingEventArgs contiene un riferimento al test che sta per essere avviato e all'oggetto LoadTestScenario nel quale viene avviato.

Per ulteriori informazioni sulle modalità di gestione degli eventi, vedere Utilizzo degli eventi.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

LoadTest Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.LoadTesting