51Testing软件测试论坛

标题: 救命!One question about Frame and WebRadioGroup [打印本页]

作者: pirate    时间: 2008-1-2 16:20
标题: 救命!One question about Frame and WebRadioGroup
各位大虾,帮忙看看
Browser("title:=" &PageName).Page("title:=" &PageNameFrame).Frame("name:=" &FrameName).WebRadioGroup("name:=" &RadioButton).Select "No"

I don't know why QTP can not recognize this step.
Please give me some suggestions about this issue!
作者: hsjzfling    时间: 2008-1-2 17:05
1st,have u defined those variables (as PageName,PageNameFrame,RadioButton etc.) ?
2nd,have u assigned right value to each of those variables?
pls check.

[ 本帖最后由 hsjzfling 于 2008-1-2 17:08 编辑 ]
作者: pirate    时间: 2008-1-2 17:40
yes, i did
but it was wrong, and i try to use method childobjects to catch all the webradiogroup and choose every webradiogroup by index.
i think it's too complex but till now no other ways to solve it.
作者: jackymail    时间: 2008-1-2 17:44
英文的,看不懂。帮忙顶。
作者: hsjzfling    时间: 2008-1-2 18:09
<<Browser("title:=" &PageName).Page("title:=" &PageNameFrame).Frame("name:=" &FrameName).WebRadioGroup("name:=" &RadioButton).Select "No"

For this step,what error information did QTP  prompt?
作者: pirate    时间: 2008-1-2 18:27
report
can not  find this webradiogroup
作者: hsjzfling    时间: 2008-1-2 18:53
说鸟语真累。。。

也就是说webradiogroup对象的属性不对,QTP在被测程序中没找到。
检查下你的代码,描述的属性值是否与被测程序中的匹配。
可以将你将回放脚本过程中QTP报的错截图贴上来看看进一步定位问题。
作者: pirate    时间: 2008-1-2 19:26
Set oDec = description.Create()
oDec ("micclass").value = "WebRadioGroup"
Set aa= Browser("Component Properties:").Page("Component Properties:").Frame("tab_iframe_content").ChildObjects(oDec)
iCount = aa.count
msgbox iCount

代码没有错,用childobjects也能取到有多少个webradiogroup,
但是Browser("title:=" &PageName).Page("title:=" &PageNameFrame).Frame("name:=" &FrameName).WebRadioGroup("name:=" &RadioButton).Select "No"
就是用不起
作者: pirate    时间: 2008-1-2 19:27
有没有其他的方法取webRadioGroup?
作者: hsjzfling    时间: 2008-1-2 19:47
检查下PageName,PageNameFrame,RadioButton等等变量的值,看看是否和被测程序中的对应对象的属性值完全一致,检查仔细了
作者: fengshaoqing    时间: 2008-1-2 21:54
你的WebRadioGroup中单选框的值是变化的,所以回放时找不到应该选择的单选框,可以用WebRadioGroup.GegROProperty方法得到一个字符串,记录的是运行时所有单选框的值,中间由分号“;”隔开的,你把这个字符串split(split是VBScript中字符串对象的一个方法)一下,把split得到的值存在数组中,要选择哪个单选框就取数组中的第几个元素(注意数组下标从0开始),然后用WebRadioGroup.select 就可以了
作者: 清水无香    时间: 2008-1-9 12:15
可以把代码写出来吗,急需解决这个问题,拜托
作者: 老鼠球    时间: 2008-1-9 14:48
确认下你属性。。用那个手指指向的icon。。
作者: pirate    时间: 2008-1-11 17:50
我是用index来找它的,问题解决了,谢谢大家!
作者: cc_qq_yy    时间: 2008-1-12 21:23
Browser("title:=" &PageName).Page("title:=" &PageNameFrame).Frame("name:=" &FrameName).WebRadioGroup("index:=0","name:=" &RadioButton).Select "No"
这样写应该就好了




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