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.

Comentarios

A continuación se muestran algunos de los campos de WIQL que se pueden utilizar en esta consulta: SuiteId ConfigurationId TestCaseId PointState AreaPath RecursiveSuiteId: para ver todos los puntos de la jerarquía de conjuntos que comienza con RecursiveSuiteId.

Seguridad de .NET Framework

Vea también

Referencia

ITestPlan Interfaz

QueryTestPoints (Sobrecarga)

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

ITestPointCollection

ITestPoint