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::QueryTestPointStatisticsByPivot Method (String^, List<TestPointStatisticsQueryPivotType>^)
Returns statistics of points by pivot that belong to this plan and match the given WIQL conditions.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
ITestPointStatisticsByPivot^ QueryTestPointStatisticsByPivot( String^ queryText, List<TestPointStatisticsQueryPivotType>^ pivotList )
Parameters
- queryText
-
Type:
System::String^
WIQL query string for retrieving points.
- pivotList
-
Type:
System.Collections.Generic::List<TestPointStatisticsQueryPivotType>^
List of pivots for retrieving statistics by pivot.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client::ITestPointStatisticsByPivot^Statistics by Pivot object
Here are some of the WIQL fields that can be used in this query: SuiteId ConfigurationId TestCaseId PointState AreaPath AssignedTo RecursiveSuiteId: to query all points in the suite hierarchy starting with RecursiveSuiteId.
Show: