51Testing软件测试论坛

 找回密码
 (注-册)加入51Testing

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 2604|回复: 2
打印 上一主题 下一主题

[原创] WinEdit object was not found in the Object Repository.

[复制链接]

该用户从未签到

跳转到指定楼层
1#
发表于 2012-2-9 15:26:36 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
  1. Dialog("Login").WinEdit("Agent Name:").Set "mercury"
  2. Dialog("Login").WinEdit("Password:").SetSecure "4f31c484579419918c5c9582b3adede9949df82f"
  3. Dialog("Login").WinButton("OK").Click
  4. Window("Flight Reservation").ActiveX("MaskEdBox").Type DataTable("Data_of_Flight", dtGlobalSheet)' 航班时间
  5. Window("Flight Reservation").WinComboBox("Fly From:").Select DataTable("FlyForm", dtGlobalSheet)' 起始点
  6. Window("Flight Reservation").WinComboBox("Fly To:").Select DataTable("FlyTo", dtGlobalSheet)' 终点站
  7. Window("Flight Reservation").WinButton("FLIGHT").Click' 查看航班
  8. ItemCount=Window("Flight Reservation").Dialog("Flights Table").WinList("From").GetItemsCount'取得航班列表的行数
  9. SelectItem=RandomNumber(0,ItemCount)'随机选取其中一项
  10. Window("Flight Reservation").Dialog("Flights Table").WinList("From").Select  SelectItem ' 选择航班列表信息
  11. Window("Flight Reservation").Dialog("Flights Table").WinButton("OK").Click
  12. Window("Flight Reservation").WinEdit("Name:").Set "jojo"' 订票人名字
  13. Window("Flight Reservation").WinButton("Insert Order").Click' 保存订票记录
  14. Wait 1'等待记录插入过程完成
  15. RecordNo= Window("Flight Reservation").WinEdit("Order No:").GetTOProperties("text")'取得订单记录号
  16. Window("Flight Reservation").WinButton("Button").Click' 打开订票记录
  17. Window("Flight Reservation").Dialog("Open Order").WinCheckBox("Order No.").Set "No"
  18. Window("Flight Reservation").Dialog("Open Order").WinEdit("Edit").Type RecordNo '设置订单号
  19. Window("Flight Reservation").Dialog("Open Order").WinButton("OK").Click '确认订单
复制代码
运行时报不知为何报如下错误:
The test run cannot continue due to an unrecoverable error.

The "Order No:" WinEdit object was not found in the Object Repository.
Check the Object Repository to confirm that the object exists or to find the correct name for the object.

Line (1): "Dialog("Login").WinEdit("Agent Name:").Set "mercury"".
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏
回复

使用道具 举报

该用户从未签到

2#
发表于 2012-2-9 16:41:13 | 只看该作者
对象没有找到  往对象库中添加一下该对象
回复 支持 反对

使用道具 举报

该用户从未签到

3#
发表于 2012-2-9 17:20:18 | 只看该作者
回复 1# xwm259695


    检查对象仓库看看。保证对象仓库中有此对象。
回复 支持 反对

使用道具 举报

本版积分规则

关闭

站长推荐上一条 /1 下一条

小黑屋|手机版|Archiver|51Testing软件测试网 ( 沪ICP备05003035号 关于我们

GMT+8, 2024-11-18 13:46 , Processed in 0.071796 second(s), 26 queries .

Powered by Discuz! X3.2

© 2001-2024 Comsenz Inc.

快速回复 返回顶部 返回列表