UITestInterpreter.ExecuteTest 方法

 

执行测试。

命名空间:   Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
程序集:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration(Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll 中)

重载列表

名称 说明
System_CAPS_pubmethod ExecuteTest()

执行 (也就是说解释) 当前 UITest 对象。(从 UITestInterpreterCore 继承。)

System_CAPS_pubmethod ExecuteTest(Int64, Int64)

执行 (即) 解释操作的当前 UITest 对象中指定的范围。(从 UITestInterpreterCore 继承。)

System_CAPS_pubmethodSystem_CAPS_static ExecuteTest(UITest)

执行给定测试。

System_CAPS_pubmethodSystem_CAPS_static ExecuteTest(UITest, Int64, Int64)

对指定范围的操作执行给定测试。

请参阅

UITestInterpreter 类
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration 命名空间

返回页首