ITestPlan.QueryTestPointsAndStatistics Method
Include Protected Members
Include Inherited Members
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 | |
---|---|---|
QueryTestPointsAndStatistics(String, String, ITestPointStatistics%) | Finds all points that belong to this plan and match the given WIQL conditions. | |
QueryTestPointsAndStatistics(String, String, array<String[], ITestPointStatistics%) | Finds all points that belong to this plan and match the given WIQL conditions. |
Top