|
8#
楼主 |
发表于 2006-5-10 10:39:22
|
只看该作者
原帖由 denisye 于 2006-5-4 15:20 发表
我用的是QTP8.2的版本,在Object Identification里面两者都有,而且在实际使用中可以正确识别出WinRadioGroup
Hi, 实际使用的时候怎么写的呢?
我编程时group里的button信息都能获取到,但对于group的操作
WinRadioGroup().Select number
WinRadioGroup().Select 2
number 指index number,1,2,3,4
这样可以选中组内的radiobutton
但使用name来选定时,却总是失败:
WinRadioGroup().Select "History"
can't uniquely identify the object in your application.
事实上我的application里确实只有这么一个group。
请问在identify WinRadioGroup时一般都是用哪几个property来识别的呢,
我已经试过把所有的property放在构造里:
WinRadioGroup("text:= ", "attached text:= ", "Class Name:= ",...,)似乎都不行
请教大家。多谢 |
|