Compartilhar via


Método ITestPlan.QueryImpactedPoints (Uri, String)

 

Retorna uma coleção de pontos de teste que é afetada por todas as compilações. Isso inclui versões anteriores e a compilação especificada.

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

Sintaxe

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

Parâmetros

  • buildUri
    Type: System.Uri

    O URI para uma compilação anterior ou a compilação atual.

  • testCaseFieldText
    Type: System.String

    Um WIQL string que localiza os casos de teste observando os campos que têm valores específicos ou intervalos.

Valor de retorno

Type: Microsoft.TeamFoundation.TestManagement.Client.IImpactedTestPointCollection

Uma coleção de pontos de teste afetados.

Consulte também

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

Retornar ao topo