Compartilhar via


Método ITestPlan.QueryTestPointsAndStatistics (String, String, array<String , ITestPointStatistics%)

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

Parâmetros

  • queryText
    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

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 QueryTestPointsAndStatistics

Namespace Microsoft.TeamFoundation.TestManagement.Client