littlesweet7 发表于 2010-12-29 15:31:48

急!QTP框架运行后,为什么QTP的result不会自动弹出?

脚本如下:
Dim qtApp
Set qtApp = CreateObject("QuickTest.Application")
qtApp.launch
qtApp.visible=True
qtApp.Options.Run.ViewResults=True

xieyang702 发表于 2010-12-30 16:20:20

我运行你的代码,会自动弹出的啊

17800455 发表于 2010-12-31 15:44:15

在工具,选项,运行中设置一下,运行完成后弹出结果就行了。
页: [1]
查看完整版本: 急!QTP框架运行后,为什么QTP的result不会自动弹出?