Compartilhar via


Método ITestPlan.QueryTestPoints (String, String)

Localiza e retorna que todos os pontos que pertencem a este plano de teste e que correspondam a subconsulta pontos fornecidos de valor de consulta e o campo de teste.

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

Sintaxe

'Declaração
Function QueryTestPoints ( _
    pointQueryText As String, _
    testCaseFieldText As String _
) As ITestPointCollection
ITestPointCollection QueryTestPoints(
    string pointQueryText,
    string testCaseFieldText
)
ITestPointCollection^ QueryTestPoints(
    String^ pointQueryText, 
    String^ testCaseFieldText
)
abstract QueryTestPoints : 
        pointQueryText:string * 
        testCaseFieldText:string -> ITestPointCollection 
function QueryTestPoints(
    pointQueryText : String, 
    testCaseFieldText : String
) : ITestPointCollection

Parâmetros

  • pointQueryText
    Tipo: System.String
    Um WIQL string que localiza objetos de ponto de teste.
  • testCaseFieldText
    Tipo: 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

Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITestPointCollection
Uma coleção de pontos de teste.

Segurança do .NET Framework

Consulte também

Referência

ITestPlan Interface

Sobrecargas QueryTestPoints

Namespace Microsoft.TeamFoundation.TestManagement.Client

ITestPointCollection

ITestPoint