caishu1986 发表于 2010-6-28 15:53:47

QTP脚本问题

请帮忙看一下我的脚本
Ifexpe<>fact Then
        reporter.ReportEvent2, "登录功能测试","预期值为:"+expe+"实际输出值为:"+fact
End If
回放怎么说找不到对象呢?
对象不支持此属性或方法: 'reporter.ReportEvent2'

Line (17): "reporter.ReportEvent2, "登录功能测试","预期值为:"+expe+"实际输出值为:"+fact".

skyzhu 发表于 2010-6-28 16:34:08

1.+ 号换成 & 保险一点
2."预期值为:"+expe+"实际输出值为:"+fact".      一共5个双引号,怎么都是错的

hollyecho 发表于 2010-6-28 17:35:20

reporter.ReportEvent2, "登录功能测试","预期值为:"+expe+"实际输出值为:"+fact

ReportEvent和2之间要有空格
页: [1]
查看完整版本: QTP脚本问题