报错,不知道怎么调
我正在学习 QTP 工具,在做到 参数化测试时,我在表里输入了数据,然后运行总是出现这个错误提示,这到底是什么意思?Cannot identify the specified item of the fromMonth object. Confirm that the specified item is included in the object's item collection.
我用的是QTP 9 版本,测试的是自带的”http://newtours.demoaut.com/mercurywelcome.php“。
为什么就是说没有定义呢???明明定义了啊....
求高手给予帮助。谢谢
点击“skip”后,测试结果就会说是错误..... 啊 ,这个问题解决了,竟然是 那个 Oct 的问题,我把 Oct改成 October 就没问题了,所以还是不要用简称了,全全的写好最安稳 ok,学习点知识 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").TypemicReturn
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.
求帮忙解决
页:
[1]