Confirm that the specified item is included in the object's item collection. ----确认指定的选项是否包含在可选集合
**************************************
flyf = int(rnd*p-1)
应该是这一行代码有问题,你的item取值范围应该是想要在【1,6】吧,for next运行一下你的这个flyf,你看下,会有 flyf = 0,-1的情况哦,应该就会报错。
QTP存在生成随机整数的函数flyf = randomNumber(1,6),会生成【1,6】的整数,改下试试。