Selects the specified radio button from the radio group, replacing the previous selection.
Syntax
object.Select Value
Argument Description
object A test object of type WebRadioGroup.
Value Required. A String value. The value to select. The value can either be one of the items in the list or an index. To specify the index of the item to select, use "#index". Index values begin with 0.作者: Coffey111111 时间: 2007-2-13 17:02
对的啊,LZ是想要求做什么的啊?是想随机的取值还是挨着一个一个的取啊?sdlkfj5作者: cypressliu 时间: 2007-2-13 19:11
用虚拟对象作者: htot05 时间: 2007-2-14 10:06
LZ只是想随便取一个就行了吧?我看他写的意思好像就是这样的,如果里面的选项的数量也有变化的话就每次都取第一个就好了
Browser("Browser").Page("Users Management_4").WebRadioGroup("rdoRoles").Select "#0"作者: xinxiachen 时间: 2007-2-14 16:21 标题: 回复 #5 miniyal 的帖子 谢谢大家....!!!!!
我试了Browser("Browser").Page("Users Management_4").WebRadioGroup("rdoRoles").Select "#0"这种方法可以了
sdlkfj3 sdlkfj3 sdlkfj3作者: virgozz 时间: 2007-2-15 08:38
学到了,不过好象也可以写连接数据库的函数返回所选 写进变量然后写在qtp语句中的,但是用#0好象更符合实际需求,而且通用性比较强,谢谢了。