51Testing软件测试论坛

标题: QTP自动化测试工具报错 [打印本页]

作者: 测试积点老人    时间: 2019-1-21 09:22
标题: QTP自动化测试工具报错
  1. systemutil.Run"E:\hp--UFT\samples\flight\app\flight4a.exe"
  2. Set FlightLogin=Description.Create
  3. Set AgentName=Description.Create
  4. Set Password=Description.Create
  5. Set OKButton=Description.Create
  6. FlightLogin("text").value="Login"
  7. AgentName("attached text").value="Agent Name:"
  8. Password("attached text").value="Password:"
  9. OKButton("text").value="OK"
  10. dialog(FlightLogin).winedit(AgentName).Set "mercury"
  11. dialog(FlightLogin).winedit(Password).Set "mercury"
  12. dialog(FlightLogin).winbutton(OKButton).Click
复制代码

大家给看看 为什么会报错,是哪里的问题

报错信息:

  1. [ WinEdit ] Cannot find the "[ WinEdit ]" object's parent "[ Dialog ]" (class Dialog). Verify that parent properties match an object currently displayed in your application. Failed 2019/1/19 - 22:16:23
复制代码



作者: applepen    时间: 2019-1-21 10:06
Log里的信息已经告诉你了啊。[WinEdit]的上一层找不到。去查看一下[WinEdit]上一层对象的属性是否正确。
作者: 虫王戮蛊    时间: 2019-1-21 11:37
控件没有找到  建议先highlight一下父对象 然后调试子对象,这样看一下
作者: 海海豚    时间: 2019-1-22 11:21
Agent Name:应该被之别为winedit对象
作者: qqq911    时间: 2019-1-22 11:27
没找到对应元素
作者: jingzizx    时间: 2019-1-22 12:02
查看对象库中对象属性




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