ITestPlan.QueryTestPointStatistics 方法 (String)

 

发布时间: 2016年4月

查找并返回属于此测试计划并与给定的查询相匹配的测试点统计信息。

命名空间:   Microsoft.TeamFoundation.TestManagement.Client
程序集:  Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)

语法

ITestPointStatistics QueryTestPointStatistics(
    string queryText
)
ITestPointStatistics^ QueryTestPointStatistics(
    String^ queryText
)
abstract QueryTestPointStatistics : 
        queryText:string -> ITestPointStatistics
Function QueryTestPointStatistics (
    queryText As String
) As ITestPointStatistics

参数

  • queryText
    Type: System.String

    一个 WIQL string ,查找测试点统计信息对象。

返回值

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestPointStatistics

测试点统计信息的集合。

备注

下面是一些可以使用此查询中的 WIQL 字段: SuiteId ConfigurationId TestCaseId PointState AreaPath RecursiveSuiteId: 若要查询的开头 RecursiveSuiteId 的套件层次结构中的所有点。

请参阅

ITestPointStatistics
ITestPlan 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首