Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns statistics of points by pivot that belong to this plan and match the given WIQL conditions.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
ITestPointStatisticsByPivot QueryTestPointStatisticsByPivot(
string queryText,
List<TestPointStatisticsQueryPivotType> pivotList
)
ITestPointStatisticsByPivot^ QueryTestPointStatisticsByPivot(
String^ queryText,
List<TestPointStatisticsQueryPivotType>^ pivotList
)
abstract QueryTestPointStatisticsByPivot :
queryText:string *
pivotList:List<TestPointStatisticsQueryPivotType> -> ITestPointStatisticsByPivot
Function QueryTestPointStatisticsByPivot (
queryText As String,
pivotList As List(Of TestPointStatisticsQueryPivotType)
) As ITestPointStatisticsByPivot
Parameters
queryText
Type: System.StringWIQL 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
Remarks
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.
See Also
ITestPlan Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top