Condividi tramite


Metodo ITestPlan.QueryTestPointStatistics

Trova e restituisce le statistiche dei punti di test che appartengono al piano di test e che corrispondono alla query specificata.

Spazio dei nomi:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintassi

'Dichiarazione
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

Parametri

  • queryText
    Tipo: System.String
    Una string WIQL che trova gli oggetti statici del punto di test.

Valore restituito

Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITestPointStatistics
Raccolta di statistiche dei punti di test.

Note

Di seguito sono riportati alcuni dei campi di WIQL che possono essere utilizzati in questa query: SuiteId ConfigurationId TestCaseId PointState AreaPath RecursiveSuiteId: per eseguire una query su tutti i punti della gerarchia dei gruppi che inizia con RecursiveSuiteId.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITestPlan Interfaccia

Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client

ITestPointStatistics