51Testing软件测试论坛

标题: QTP 新手求帮助(weblist) [打印本页]

作者: 测试积点老人    时间: 2019-7-15 11:09
标题: QTP 新手求帮助(weblist)
小妹学QTP不久,现在要实现一个新增的功能,其中有个字段的信息是weblist类型的,我将weblist的所有的值都存在了Global的表中,然后使用下面脚本来实现指定选择weblist的item:

cuValue=DataTable.GetSheet("Global").GetParameter("capUnit").Value  
.WebList("capUnit").Select cuValue

一直出现下面的错误,是在弄不明白哪里弄错了,求各位大虾帮助
  1. Cannot identify the specified item of the capUnit object. Confirm that the specified item is included in the object's item collection.
  2. Line (60): ".WebList("capUnit").Select cuValue".
复制代码



作者: qqq911    时间: 2019-7-16 10:54
无法识别对象
作者: 海海豚    时间: 2019-7-16 11:13
很明显的语法错误,嵌套的内容不对
作者: jingzizx    时间: 2019-7-16 12:59
对象没有识别




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