zhoward 发表于 2011-2-18 17:03:25

reporter.reportevent, print语句在运行时返回general run error错误(结贴)

本帖最后由 zhoward 于 2011-2-22 14:37 编辑

qtp版本为10.0
脚本中有这么个语句Reporter.ReportEvent micfail, "xxxxx", "xxxxx",格式验证没有问题,但是在回放的时候出现general run error

另外,据说qtp也支持print,功能与msgbox类似,但是1. 帮助里面没有关于print的介绍,2. 回放时也出现general run error
请教这问题怎么解决,谢谢。

tonyliu12 发表于 2011-2-19 01:47:21

当然又错, 应该是:
Reporter.ReportEvent micfail, "xxxxx", "xxxxx"
最后的逗号不能有

有问题找我,

tony

zhoward 发表于 2011-2-21 09:26:33

帖子可不能沉下去啊

zhoward 发表于 2011-2-21 12:15:56

回复 2# tonyliu12


   你好,语句后面确实没有逗号,我上面所写的,是在陈述情况,需要断句...

xiaozhai 发表于 2011-2-21 16:33:14

修复下QTP

zhoward 发表于 2011-2-22 14:37:10

结个帖,确实是qtp问题,重装下就可以了。
页: [1]
查看完整版本: reporter.reportevent, print语句在运行时返回general run error错误(结贴)