ITestPlan.QueryTestPointStatisticsByPivot Method

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

'Declaration
Function QueryTestPointStatisticsByPivot ( _
    queryText As String, _
    pivotList As List(Of TestPointStatisticsQueryPivotType) _
) As ITestPointStatisticsByPivot
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 : String, 
    pivotList : List<TestPointStatisticsQueryPivotType>
) : ITestPointStatisticsByPivot

Parameters

  • queryText
    Type: String

    WIQL query string for retrieving points.

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.

.NET Framework Security

See Also

Reference

ITestPlan Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace