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.

LoadTest::TestStarting Event

 

Occurs when an iteration of one of the tests contained within the load test is started.

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

public:
event EventHandler<TestStartingEventArgs^>^ TestStarting {
	void add(EventHandler<TestStartingEventArgs^>^ value);
	void remove(EventHandler<TestStartingEventArgs^>^ value);
}

TestStartingEventArgs contains a reference to the test that is starting, and the LoadTestScenario in which it is starting.

For more information about how to handle events, see Consuming Events.

Return to top
Show: