Compartilhar via


Método ITestPlan.QueryTestPointStatistics (String)

 

Localiza e retorna as estatísticas de ponto de teste que pertencem a este plano de teste e que correspondem à consulta determinada.

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

Sintaxe

ITestPointStatistics QueryTestPointStatistics(
    string queryText
)
ITestPointStatistics^ QueryTestPointStatistics(
    String^ queryText
)
abstract QueryTestPointStatistics : 
        queryText:string -> ITestPointStatistics
Function QueryTestPointStatistics (
    queryText As String
) As ITestPointStatistics

Parâmetros

  • queryText
    Type: System.String

    Um WIQL string que localiza o ponto de teste objetos de estatísticas.

Valor de retorno

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestPointStatistics

Uma coleção de estatísticas de ponto de teste.

Comentários

Aqui estão alguns dos campos WIQL que podem ser usados nesta consulta: SuiteId ConfigurationId TestCaseId PointState AreaPath RecursiveSuiteId: consultar todos os pontos na hierarquia do conjunto começando com RecursiveSuiteId.

Consulte também

ITestPointStatistics
Interface ITestPlan
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo