Udostępnij za pośrednictwem


Metoda ITestPlan.QueryTestPointsAndStatistics — (String, String, array<String , ITestPointStatistics%)

Znajduje wszystkie punkty, które należą do tego planu i spełniających warunki danej WIQL.

Przestrzeń nazw:  Microsoft.TeamFoundation.TestManagement.Client
Zestaw:  Microsoft.TeamFoundation.TestManagement.Client (w Microsoft.TeamFoundation.TestManagement.Client.dll)

Składnia

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

Parametry

  • queryText
    Typ: System.String
    Ciąg kwerendy WIQL punkty pobierania.
  • testCaseFieldText
    Typ: System.String
    Ciąg WIQL do pobierania osadzony testowy.
  • testCaseProperties
    Typ: array<System.String[]
    Tablica właściwości skojarzone testowy, pre-fetch i pamięci podręcznej

Wartość zwracana

Typ: Microsoft.TeamFoundation.TestManagement.Client.ITestPointCollection
Kolekcja punktów pasujących do kwerendy.

Uwagi

Oto niektóre pola WIQL używane w tej kwerendzie: SuiteId ConfigurationId TestCaseId PointState AreaPath RecursiveSuiteId: wszystkie punkty w hierarchii suite, począwszy od RecursiveSuiteId kwerendy.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

ITestPlan Interfejs

Przeciążenie QueryTestPointsAndStatistics

Przestrzeń nazw Microsoft.TeamFoundation.TestManagement.Client