ITestPlan.QueryTestPoints Method
Include Protected Members
Include Inherited Members
Finds and returns all test points that belong to this test plan and that match the provided query.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
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, array<String[], Boolean) | Finds all points that belong to this plan and match the given WIQL conditions. |
Top