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.

ITestCase::IsAutomated Property

 

Gets a value that indicates whether the test is automated.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

property bool IsAutomated {
	bool get();
}

Property Value

Type: System::Boolean

true if the test is automated; otherwise, false.

Derived by examining the TestImplmentation and the IsManual properties of the shared step sets.

Return to top
Show: