Hi swetha,
I havent worked in win application but for web application i can tell you
you cannot get property value for webradiogroup and WebCheckBox.You need to
do the trial and error method for this objects as
Browser(".*").Page(".*").WebRadioGroup("innertext:=.*").Select "#0"
and for WebCheckBox
Browser(".*").Page(".*").WebCheckBox("innertext:=.*").Select "#0"
and run and check in in application whether it is selecting first
radiobutton or not like wise for checkbox.
The reason behind this is that WebRadioGroup treats all its component under
its control as single entity,so if you spy all the properties will be same.
Regards
Naveen
On 8/19/09, swetha4qtp delhi <[email protected]> wrote:
>
> Hi guys,
>
> Is it possible to get the Property value for following Classnames through
> Object Spy.
>
>
> a) Win menu
> b) Win Radio group
> c)Wincheckbox
>
>
> IF yes , tell me how?
>
>
> Note; I'm unable to select them for Spying.
>
>
> regards
>
>
> swetha
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---