Hi,

Can you find the name of the radio button. If no u can open the application
in Firefox and with the help of firebug can check the name and other
properties of the radio button.

After getting the name in qtp you can use descriptive. Programming or html
dom to select the radio button as follow -


Set document = browser("browsername").page("page name").object

Set objradio = document.getElementsByName(radiobuttongroupname").item(0)

Objradio.checked = true

Thanks & regards
Vimmi

On Saturday, August 17, 2013, Rash <[email protected]> wrote:
> In the application for some option there is binary answer – Yes, NO with
Raido buttons.
> Scenario:
> When the user navigates to the screen, by default one of the RB will be
selected. UFT can identify this RB which is default-selected. But fails to
identify the one which is not selected. Even the SPY will not work on it.
If tried to click on non-selected RB, it will fetch the property of the RB
which is selected.
> Please let me know how to make UFT to click on the non-selected RB.
>
> Thanks!
>
> --
> --
> You received this message because you are subscribed to the Google
> "QTP - HP Quick Test Professional - Automated Software Testing"
> group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/MercuryQTP?hl=en
>
> ---
> You received this message because you are subscribed to the Google Groups
"QTP - HP Quick Test Professional - Automated Software Testing" group.
> To unsubscribe from this group and stop receiving emails from it, send an
email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
-- 
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en

--- 
You received this message because you are subscribed to the Google Groups "QTP 
- HP Quick Test Professional - Automated Software Testing" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to