51Testing软件测试论坛

标题: qtp简单而又一个莫名奇妙的问题,见鬼了? [打印本页]

作者: cjycjw    时间: 2010-12-31 11:04
标题: qtp简单而又一个莫名奇妙的问题,见鬼了?
下面这条语句在测试报告中报错
If Browser("Centerm Proxy System").Page("Centerm Proxy System").WebEdit("username").GetROProperty("focused") Then
        Reporter.ReportEvent micFail, "判断焦点定位", "空用户名后焦点定位错误!"
End If
其他都没变,加一个not如下,测试报告中还是报错是不是见鬼了?
If not Browser("Centerm Proxy System").Page("Centerm Proxy System").WebEdit("username").GetROProperty("focused") Then
        Reporter.ReportEvent micFail, "判断焦点定位", "空用户名后焦点定位错误!"
End If
作者: cjycjw    时间: 2010-12-31 13:52
知道原因了,语法问题!
作者: 17800455    时间: 2010-12-31 15:28





欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2