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::TestSuiteEntry Property

 

Creates a new ITestSuiteEntry that contains this test case, which subsequently must be attached to an existing test suite that is in the root suite of a test plan.

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

property ITestSuiteEntry^ TestSuiteEntry {
	ITestSuiteEntry^ get();
}

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client::ITestSuiteEntry^

A new test suite entry.

If the new test suite entry is not attached to the root suite of a test plan, it will not be saved.

Return to top
Show: