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.

ITestPlan::QueryTestPointHierarchy Method (String^)

 

Returns the hierarchy of test suites that contains test points that match the WIQL query.

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

HierarchyEntry^ QueryTestPointHierarchy(
	String^ queryText
)

Parameters

queryText
Type: System::String^

A WIQL query string.

Return Value

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

The root of the test suites hierarchy that contains test points that match the query.

Here are some of the WIQL fields that can be used in this query: SuiteId ConfigurationId TestCaseId PointState AreaPath SuiteId = X will retrieve all children of point X SuiteId UNDER X will retrieve all descendants of point X

Return to top
Show: