Compartir a través de


ITestPlan.QueryTestPoints (Método) (String)

Busca y devuelve todos los puntos de prueba que pertenecen a este plan de pruebas y coinciden con la consulta proporcionada.

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

Sintaxis

'Declaración
Function QueryTestPoints ( _
    queryText As String _
) As ITestPointCollection
ITestPointCollection QueryTestPoints(
    string queryText
)
ITestPointCollection^ QueryTestPoints(
    String^ queryText
)
abstract QueryTestPoints : 
        queryText:string -> ITestPointCollection 
function QueryTestPoints(
    queryText : String
) : ITestPointCollection

Parámetros

  • queryText
    Tipo: System.String
    Valor string de WIQL que busca objetos de punto de prueba.

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