Compartilhar via


Método ITestPlan.QueryTestPointStatistics

Localiza e retorna as estatísticas de ponto de teste que pertencem ao plano de teste e que correspondem a consulta fornecida.

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

Sintaxe

'Declaração
Function QueryTestPointStatistics ( _
    queryText As String _
) As ITestPointStatistics
ITestPointStatistics QueryTestPointStatistics(
    string queryText
)
ITestPointStatistics^ QueryTestPointStatistics(
    String^ queryText
)
abstract QueryTestPointStatistics : 
        queryText:string -> ITestPointStatistics 
function QueryTestPointStatistics(
    queryText : String
) : ITestPointStatistics

Parâmetros

  • queryText
    Tipo: System.String
    Um WIQL string encontrar estatísticas de ponto de teste objetos.

Valor de retorno

Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITestPointStatistics
Uma coleção de estatísticas de ponto de teste.

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

Namespace Microsoft.TeamFoundation.TestManagement.Client

ITestPointStatistics