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 | |
---|---|---|
![]() |
QueryTestPoints(String) | Finds and returns all test points that belong to this test plan and that match the provided query. |
![]() |
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. |
![]() |
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