51Testing软件测试论坛
标题:
请问qtp能这么做吗?
[打印本页]
作者:
psruby
时间:
2007-4-17 15:36
标题:
请问qtp能这么做吗?
脚本里有个if....else...语句,我想这么做:如果if语句执行结果为true,那么在报告中显示pass,否则显示fail。该怎么做?
作者:
stone821021
时间:
2007-4-17 15:38
理论上应该可以的吧,sdlkfj5 等待......
作者:
19thangel
时间:
2007-4-17 15:45
insert-step-report.
[
本帖最后由 19thangel 于 2007-4-20 16:40 编辑
]
作者:
yzem99
时间:
2007-4-17 16:11
If True Then
Reporter.ReportEvent micPass, "Operation= PASS", "The Operation as expected."
Else
Reporter.ReportEvent micFail, "Operation= FAIL", "The Operation is not as expected."
End If
作者:
psruby
时间:
2007-4-17 16:24
谢谢yzem99,按照你的方法的确可以,非常感谢!!
作者:
厍仕杰
时间:
2007-4-17 17:27
xuexi
作者:
yhzmw
时间:
2007-4-19 15:05
其实 19thangel 已经解答了你的问题。为什么不感谢啊?
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2