ITestPlan.QueryTestPoints (Método) (String, String)

Busca y devuelve todos los puntos de prueba que pertenecen a este plan de pruebas y coinciden con la consulta de puntos y la subconsulta de valores de campo proporcionadas.

Espacio de nombres:  Microsoft.TeamFoundation.TestManagement.Client
Ensamblado:  Microsoft.TeamFoundation.TestManagement.Client (en Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxis

'Declaración
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

Parámetros

  • pointQueryText
    Tipo: System.String
    Valor string de WIQL que busca objetos de punto de prueba.
  • testCaseFieldText
    Tipo: System.String
    Valor string de WIQL que busca casos de prueba examinando campos que tienen valores o intervalos concretos.

Valor devuelto

Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITestPointCollection
Una colección de puntos de prueba.

Seguridad de .NET Framework

Vea también

Referencia

ITestPlan Interfaz

QueryTestPoints (Sobrecarga)

Microsoft.TeamFoundation.TestManagement.Client (Espacio de nombres)

ITestPointCollection

ITestPoint