我也是刚接触QTP,看看高手们的见解作者: sidneylover 时间: 2007-5-23 12:01
楼主没说清楚,是测试过程中QTP报的错,还是被测软件报的错误信息作者: rivermen 时间: 2007-5-23 12:04
if Browser("Browser").Dialog("Microsoft Internet Explorer").Exist then
reporter.report 2,"错误信息",Browser("Browser").Dialog("Microsoft Internet Explorer").Static("登录用户名或密码错误").getRoproperty("text")
end if
If VbWindow("Form1").Dialog("good").Exist ="True" then
VbWindow("Form1").Dialog("good").WinButton("确定").Click
elseif VbWindow("Form1").Dialog("hello").Exist ="True" then
VbWindow("Form1").Dialog("hello").WinButton("确定").Click
end if