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".
无法识别对象 很明显的语法错误,嵌套的内容不对 对象没有识别
页:
[1]