51Testing软件测试论坛

标题: 描述性编程遇到的一个问题 [打印本页]

作者: 思飞2006    时间: 2007-1-31 10:52
标题: 描述性编程遇到的一个问题
代码是参考我们的飞机订票实例很简单的一个登入脚本,代码如下:
SystemUtil.Run "C:\Program Files\Mercury Interactive\QuickTest Professional\samples\flight\app\flight4a.exe","","C:\Program Files\Mercury Interactive\QuickTest Professional\samples\flight\app\","open"
Dialog("text:=Login").WinEdit("attached text:=Agent Name:").Set "mercury"
Dialog("text:=Login").WinEdit("attached text:=Password:").SetSecure "45bffddfdc88c4749b610477f36905bdb44f3359"
Dialog("text:=Login").VirtualObject("name:=object").Click 151,171
Window("regexpwndtitle:=Flight Reservation").Close
但我在运行的时候到了Dialog("text:=Login").VirtualObject("name:=object").Click 151,171这一步出现的错误提示为:object not visable.有人知道为什么吗?
作者: xiaonan    时间: 2007-1-31 11:11
VirtualObject,虚拟对象不能用描述性编码表示
作者: Coffey111111    时间: 2007-1-31 11:18
哦,谢谢xiaonan,学习~~  虚拟对象不能用描述性编码表示sdlkfj5
作者: 思飞2006    时间: 2007-1-31 11:23
sdlkfj8 非常感谢xiaonan




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