|
我录制了一个流程,其中包含了通过下拉菜单选值的过程;但是当回放时,发现QTP并没有把这个下拉菜单中的值记录下来(PS:我返回那个页面去查询生成的记录时发现,下拉菜单中的值为空)。请问有知道这是由于什么问题造成的吗?
以下是录制脚本中关于下拉菜单这一部分:
Browser("Merchandise Assortment").Page("xxxx").WebList("seasonid").Click
Browser("Merchandise Assortment").Page("xxxx").WebList("seasonid").Select "Spring"
Browser("Merchandise Assortment").Page("xxxx").WebList("seasonid").Click
Browser("Merchandise Assortment").Page("xxxx").WebList("year").Click
Browser("Merchandise Assortment").Page("xxxx").WebList("year").Select "2008"
Browser("Merchandise Assortment").Page("xxxx").WebList("year").Click
Browser("Merchandise Assortment").Page("xxxx").WebList("category").Click
Browser("Merchandise Assortment").Page("xxxx").WebList("category").Select "BOTTOM"
Browser("Merchandise Assortment").Page("xxxx").WebList("category").Click |
|