ITestPlan.QueryTestPoints Method

 

Finds and returns all test points that belong to this test plan and that match the provided query.

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

Overload List

Name Description
System_CAPS_pubmethod QueryTestPoints(String)

Finds and returns all test points that belong to this test plan and that match the provided query.

System_CAPS_pubmethod QueryTestPoints(String, String)

Finds and returns all test points that belong to this test plan and that match the provided point query and field value subquery.

System_CAPS_pubmethod QueryTestPoints(String, String, String[], Boolean)

Finds all points that belong to this plan and match the given WIQL conditions.

See Also

ITestPlan Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top