ITestPlan.QueryImpactedPoints Method (Uri, String)

 

Returns a collection of test points that is affected by all builds. This includes previous builds and the specified build.

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

Syntax

IImpactedTestPointCollection QueryImpactedPoints(
    Uri buildUri,
    string testCaseFieldText
)
IImpactedTestPointCollection^ QueryImpactedPoints(
    Uri^ buildUri,
    String^ testCaseFieldText
)
abstract QueryImpactedPoints : 
        buildUri:Uri *
        testCaseFieldText:string -> IImpactedTestPointCollection
Function QueryImpactedPoints (
    buildUri As Uri,
    testCaseFieldText As String
) As IImpactedTestPointCollection

Parameters

  • buildUri
    Type: System.Uri

    The URI for a previous build or the current build.

  • testCaseFieldText
    Type: System.String

    A WIQL string that finds test cases by looking at fields that have specific values or ranges.

Return Value

Type: Microsoft.TeamFoundation.TestManagement.Client.IImpactedTestPointCollection

A collection of affected test points.

See Also

IImpactedTestPointCollection
QueryImpactedPoints Overload
ITestPlan Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top