10-23-2012, 03:06 PM
(This post was last modified: 10-23-2012, 03:07 PM by harishshenoy.)
try the below to parameterize :
# - is needed while selecting a radio button in a radio group.
Radio buttons comes in radio group because u can select only one radio button at a time.
So QTP identifies it as a group.
Thanks,
Harish Shenoy
Code:
a = 0 ' Assign your data table values here
Browser().page().webradiogroup("something").select "#" & cint(a)
# - is needed while selecting a radio button in a radio group.
Radio buttons comes in radio group because u can select only one radio button at a time.
So QTP identifies it as a group.
Thanks,
Harish Shenoy