测试积点老人 发表于 2019-7-15 11:09:14

QTP 新手求帮助(weblist)

小妹学QTP不久,现在要实现一个新增的功能,其中有个字段的信息是weblist类型的,我将weblist的所有的值都存在了Global的表中,然后使用下面脚本来实现指定选择weblist的item:

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

一直出现下面的错误,是在弄不明白哪里弄错了,求各位大虾帮助https://forum.csdn.net/PointForum/ui/scripts/csdn/Plugin/001/face/9.gif
Cannot identify the specified item of the capUnit object. Confirm that the specified item is included in the object's item collection.
Line (60): ".WebList("capUnit").Select cuValue".

qqq911 发表于 2019-7-16 10:54:49

无法识别对象

海海豚 发表于 2019-7-16 11:13:33

很明显的语法错误,嵌套的内容不对

jingzizx 发表于 2019-7-16 12:59:01

对象没有识别
页: [1]
查看完整版本: QTP 新手求帮助(weblist)