Evento LoadTest.TestStarting

Ocorre quando uma iteração de um dos testes contidos no teste de carga é iniciada.

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

Sintaxe

'Declaração
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>
O JScript não oferece suporte a eventos.

Comentários

TestStartingEventArgscontém uma referência para o teste que é iniciado, e o LoadTestScenario no qual está iniciando.

Para obter mais informações sobre como manipular eventos, consulte Consumindo Eventos.

Segurança do .NET Framework

Consulte também

Referência

LoadTest Classe

Namespace Microsoft.VisualStudio.TestTools.LoadTesting