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.

TestFinishedEventArgs::IsTerminateTest Property

 

Gets a value that indicates whether the test that finished is the TerminateTest that was specified in the test mix of the load test scenario.

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

public:
property bool IsTerminateTest {
	bool get();
}

Property Value

Type: System::Boolean

true if the test that finished is the TerminateTest that was specified in the test mix of the load test scenario; otherwise, false.

Return to top
Show: