ITestPlan.QueryTestPointsAndStatistics Method (String, String, ITestPointStatistics%)

Finds all points 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 QueryTestPointsAndStatistics ( _
    queryText As String, _
    testCaseFieldText As String, _
    <OutAttribute> ByRef statistics As ITestPointStatistics _
) As ITestPointCollection
ITestPointCollection QueryTestPointsAndStatistics(
    string queryText,
    string testCaseFieldText,
    out ITestPointStatistics statistics
)
ITestPointCollection^ QueryTestPointsAndStatistics(
    String^ queryText, 
    String^ testCaseFieldText, 
    [OutAttribute] ITestPointStatistics^% statistics
)
abstract QueryTestPointsAndStatistics : 
        queryText:string * 
        testCaseFieldText:string * 
        statistics:ITestPointStatistics byref -> ITestPointCollection
function QueryTestPointsAndStatistics(
    queryText : String, 
    testCaseFieldText : String, 
    statistics : ITestPointStatistics
) : ITestPointCollection

Parameters

  • queryText
    Type: String

    WIQL query string for retrieving points.

  • testCaseFieldText
    Type: String

    WIQL string for retrieving the embedded test case.

Return Value

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestPointCollection
Collection of points matching query.

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.

.NET Framework Security

See Also

Reference

ITestPlan Interface

QueryTestPointsAndStatistics Overload

Microsoft.TeamFoundation.TestManagement.Client Namespace