Share via


ITestPlan.QueryTestPointStatisticsByPivot Method (String, List<TestPointStatisticsQueryPivotType>)

 

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.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.

See Also

ITestPlan Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top