51Testing软件测试论坛

标题: 录制了不能回放 [打印本页]

作者: zhufeirinui    时间: 2006-12-22 13:48
标题: 录制了不能回放
录制了,但不能回放,
下面是代码
Browser("Login").Page("Login").WebEdit("TextBox1").Set "shenfengrong"
Browser("Login").Page("Login").WebEdit("TextBox2").SetSecure "458b5c982396368ca55fcf47b7789ae0fae5"
Browser("Login").Page("Login").WebButton("登  录").Click
Browser("Login").Page("Main").Link("无线工单派发").Click
到了Browser("Login").Page("Main").Link("无线工单派发").Click
就提示说
The test run cannot continue due to an unrecoverable error.

Cannot identify the object "常规资产列表" (of class Link). Verify that this object's properties match an object currently displayed in your application.
对象库中有这个对象
作者: xiaonan    时间: 2006-12-22 13:57
错误信息是说对象不能识别,
作者: shuier    时间: 2006-12-22 14:20
可以把识别不到的这个对象手动添加到对象库中试试看
作者: hiyizhiyu    时间: 2006-12-22 15:08
Cannot identify the object "常规资产列表" (of class Link).
这又是哪个
是不是要link的name变化了啊
check一下
作者: yylfchl    时间: 2011-10-19 14:28
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