Share via


ITestPlan.QueryTestPointStatistics Method (String)

 

Finds and returns the test point statistics that belong to this test plan and that match the given query.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

ITestPointStatistics QueryTestPointStatistics(
    string queryText
)
ITestPointStatistics^ QueryTestPointStatistics(
    String^ queryText
)
abstract QueryTestPointStatistics : 
        queryText:string -> ITestPointStatistics
Function QueryTestPointStatistics (
    queryText As String
) As ITestPointStatistics

Parameters

  • queryText
    Type: System.String

    A WIQL string that finds test point statistics objects.

Return Value

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestPointStatistics

A collection of test point statistics.

Remarks

Here are some of the WIQL fields that can be used in this query: SuiteId ConfigurationId TestCaseId PointState AreaPath RecursiveSuiteId: to query all points in the suite hierarchy starting with RecursiveSuiteId.

See Also

ITestPointStatistics
ITestPlan Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top