51Testing软件测试论坛
标题:
这个问题怎么解决?
[打印本页]
作者:
yangxi
时间:
2011-9-29 18:27
标题:
这个问题怎么解决?
Cannot identify the object "Agent Name:" (of class WinEdit). Verify that this object's properties match an object currently displayed in your application.
作者:
efficient
时间:
2011-9-30 10:10
首先看看对象库里有没有这个对象,如果有的话 就加个wait() 看看 ,没的话就自己加上去看看
作者:
javaweb2006
时间:
2011-9-30 11:30
好像不识别用户名,你看看对象库中属性
作者:
yangxi
时间:
2011-9-30 15:09
对象库中是这样的 Name: Agent Name:
Class : WinEdit
Repository: Local
object class Edit
native Edit
attached text Agent Name
Type,Value None
Enable Smart Identification False
作者:
yangxi
时间:
2011-9-30 15:10
对象库中是这样的 Name: Agent Name:
Class : WinEdit
Repository: Local
object class Edit
native Edit
attached text Agent Name
Type,Value None
Enable Smart Identification False
作者:
yangxi
时间:
2011-9-30 15:11
在哪里加wait()
作者:
阳光下的橙子
时间:
2011-10-2 09:32
凡是找不到对象的,先去对象库里看看属性是啥,再用SPY抓抓实际对象,
看看有什么变化,这是调试的基本思路!
作者:
wangyanzhao
时间:
2011-10-7 22:44
1 对象库内是否有此对象
2 你用的winedit的属性是否正确;
3 用F11单步调试下,确定是哪一句脚本出问题
作者:
yylfchl
时间:
2011-10-19 14:22
SystemUtil.Run "C:\Program Files\Internet Explorer\iexplore.exe","","C:\Documents and Settings\pc003-2011","open"
Browser("百度一下,你就知道").WinEdit("Edit").SetSelection 0,21
Browser("百度一下,你就知道").WinEdit("Edit").Type "http://192.168.10.148:8080/ca"
Browser("百度一下,你就知道").WinEdit("Edit").Set "http://192.168.10.148:8080/cas"
Browser("百度一下,你就知道").WinEdit("Edit").Type micReturn
Browser("百度一下,你就知道").Page("电子交易平台管理系统").WebEdit("empAcct").Set "yyl"
Browser("百度一下,你就知道").Page("电子交易平台管理系统").WebEdit("password").Click
Browser("百度一下,你就知道").Page("电子交易平台管理系统").WebEdit("password").SetSecure "4e9e6909c197016bc6d605678fda"
Browser("百度一下,你就知道").Page("电子交易平台管理系统").WebEdit("validcode").Click
Browser("百度一下,你就知道").Page("电子交易平台管理系统").WebEdit("validcode").Set "8020"
Browser("百度一下,你就知道").Page("电子交易平台管理系统").Image("dl").Click
Browser("百度一下,你就知道").Page("电子交易平台后台管理系统").Link("交易管理").Click
Browser("百度一下,你就知道").Page("交易管理").Sync
Browser("百度一下,你就知道").Close
回放出错:Cannot identify the object "交易管理" (of class Link). Verify that this object's properties match an object currently displayed in your application.
求帮忙解决
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2