51Testing软件测试论坛

标题: 弹出窗口选择 WebRadioGroup 属性变化时,如何处理? [打印本页]

作者: KC40387396    时间: 2011-11-21 16:51
标题: 弹出窗口选择 WebRadioGroup 属性变化时,如何处理?
本帖最后由 KC40387396 于 2011-11-22 16:11 编辑

如题,象以下脚本(在弹出的窗口中,选择记录,点击“选择按钮”),回放时失败
Browser("XX建设信息系统").Page("XX建设信息系统").Frame("bodyFrame_2").Image("lookup_button").Click             -------------点击按钮,以便弹出窗口
Browser("XX建设信息系统").Page("XX建设信息系统").Frame("_eos_modal_dialog0.57422330165").WebRadioGroup("WebRadioGroup").Select "#0"      -------------在窗口中选择记录
Browser("XX建设信息系统").Page("XX建设信息系统").Frame("_eos_modal_dialog0.57422330165").WebButton("选择").Click       ------------------在窗口中点击“选择”按钮

后来,我想知道这个对象属性哪里发生了变化,就对同一操作录了两次,对比 对象库中的两个WebRadioGroup 属性,又看不到不同的地方,
只是Frame("_eos_modal_dialog0.57422330165")括号里边的名称变了,请问如何处理啊?----已经解决Frame问题

现在还差WebRadioGroup的报错信息问题:
Cannot identify the specified item of the WebRadioGroup object. Confirm that the specified item is included in the object's item collection
作者: SexyCat_1113    时间: 2011-11-21 20:06
看一下变化的地方有没有规律,写个匹配的正则表达式去匹配~
作者: KC40387396    时间: 2011-11-22 11:49
回复 2# SexyCat_1113

如果变化没有规律,怎么办? 例如 Frame,每次录制,它的名称都会变化,
作者: yanfang_zheng    时间: 2011-11-22 12:02
去掉Frame层或者用描述性编程吧
作者: KC40387396    时间: 2011-11-22 16:00
去掉Frame层或者用描述性编程吧
yanfang_zheng 发表于 2011-11-22 12:02


去掉Frame层后,解决了Frame随机名称变化的问题,可是 WebRadioGroup 还报以下错误:
Cannot identify the specified item of the WebRadioGroup object. Confirm that the specified item is included in the object's item collection
真不明白哪里出问题了,就录了一次,然后回放,就报这样的错; 但是有一种情况是,当录制可多选的WebCheckbox时,又不会出现这种问题

您可以再解答这个问题吗,多谢拉
作者: suiyuan20042003    时间: 2011-11-22 16:05
建议用 getropropert() 先获得frame 的动态属性    ,然后再用  !  试一试 !
作者: KC40387396    时间: 2011-11-22 16:07
回复 6# suiyuan20042003

去掉Frame层后,Frame问题解决了,但是WebRadioGroup还报同样的错误,您知道为什么吗
作者: SexyCat_1113    时间: 2011-11-22 20:25
回复 3# KC40387396
那就用个星号匹配算了,随便他变什么东西。。。




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