Sdílet prostřednictvím


ITestPlan.QueryTestPoints – metoda (String, String)

Vyhledá a vrátí že všechny zkušební body patří tento plán testování a odpovídající Poddotaz zadaný bod dotazu a pole hodnota.

Obor názvů:  Microsoft.TeamFoundation.TestManagement.Client
Sestavení:  Microsoft.TeamFoundation.TestManagement.Client (v Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntaxe

'Deklarace
Function QueryTestPoints ( _
    pointQueryText As String, _
    testCaseFieldText As String _
) As ITestPointCollection
ITestPointCollection QueryTestPoints(
    string pointQueryText,
    string testCaseFieldText
)
ITestPointCollection^ QueryTestPoints(
    String^ pointQueryText, 
    String^ testCaseFieldText
)
abstract QueryTestPoints : 
        pointQueryText:string * 
        testCaseFieldText:string -> ITestPointCollection 
function QueryTestPoints(
    pointQueryText : String, 
    testCaseFieldText : String
) : ITestPointCollection

Parametry

  • pointQueryText
    Typ: System.String
    WIQL string , najde zkušební bod objekty.
  • testCaseFieldText
    Typ: System.String
    WIQL string , najde testovacích případů pohledem na pole, které mají určité hodnoty nebo rozsahy.

Vrácená hodnota

Typ: Microsoft.TeamFoundation.TestManagement.Client.ITestPointCollection
Kolekce zkušební body.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ITestPlan Rozhraní

QueryTestPoints – přetížení

Microsoft.TeamFoundation.TestManagement.Client – obor názvů

ITestPointCollection

ITestPoint