Compartilhar via


Método ITestPlan.QueryTestPoints (String, String, array<String , Boolean)

Localizando todos os pontos que pertencem ao plano e correspondem às condições dadas de WIQL.

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, _
    testCaseProperties As String(), _
    fetchFirstPage As Boolean _
) As ITestPointCollection
ITestPointCollection QueryTestPoints(
    string pointQueryText,
    string testCaseFieldText,
    string[] testCaseProperties,
    bool fetchFirstPage
)
ITestPointCollection^ QueryTestPoints(
    String^ pointQueryText, 
    String^ testCaseFieldText, 
    array<String^>^ testCaseProperties, 
    bool fetchFirstPage
)
abstract QueryTestPoints : 
        pointQueryText:string * 
        testCaseFieldText:string * 
        testCaseProperties:string[] * 
        fetchFirstPage:bool -> ITestPointCollection 
function QueryTestPoints(
    pointQueryText : String, 
    testCaseFieldText : String, 
    testCaseProperties : String[], 
    fetchFirstPage : boolean
) : ITestPointCollection

Parâmetros

  • pointQueryText
    Tipo: System.String
    Cadeia de caracteres de consulta de WIQL para recuperar pontos.
  • testCaseFieldText
    Tipo: System.String
    Cadeia de caracteres de WIQL para recuperar a situação de teste inserido.
  • testCaseProperties
    Tipo: array<System.String[]
    Matriz de propriedades de situação de teste associado, a pré-compilação e esforço para o cache
  • fetchFirstPage
    Tipo: System.Boolean
    Se verdadeiro, a chamada também pesquisa a primeira página do servidor.

Valor de retorno

Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITestPointCollection
Coleção de pares correspondentes a consulta.

Comentários

Aqui estão alguns dos campos de WIQL que podem ser usados em esta consulta: SuiteId ConfigurationId TestCaseId PointState AreaPath RecursiveSuiteId: para ver todos os pontos na hierarquia de pacote que começa com RecursiveSuiteId.

Segurança do .NET Framework

Consulte também

Referência

ITestPlan Interface

Sobrecargas QueryTestPoints

Namespace Microsoft.TeamFoundation.TestManagement.Client