Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
identifying Webradiobuttons in a web radio group
#1
Not Solved
Hi Friends

Please help me out!!!
I am working on an application which has 2 Web radio buttons(yes and no)none of them are selected initially.When I am spying the object it shows it as a webradiogroup with both the buttons with similar properties leaving aside the x and y coordinates. Even the index are same for both.
Both the buttons have same values(#0).
Even when I added the NO Radio button object and after refreshing the page I ran it it highlighted the Yes Radiobutton.

I am developing the regression script in which for each policy number it will pick the value from an excel sheet (whether yes or no ) and will then click either yes or no radiobutton required in the application.

Reply
#2
Not Solved
you can like below.

Code:
Browser("Browser").Page("Page").WebRadioGroup("policynumber").Select("on")

read value from excel and do parametrize on select method. value is case sensitive.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Radio Button vinod123 8 10,235 09-25-2014, 12:12 PM
Last Post: vinod123
  Radio Group problem vinod123 4 5,537 09-25-2014, 12:10 PM
Last Post: vinod123
  Identifying radio buttons with same html ID but dynamic webelement properties manishac 12 12,988 05-03-2012, 06:27 AM
Last Post: manishac
  What is the procedure to wait after select the webradio group.? Uma 2 3,764 09-29-2011, 02:07 AM
Last Post: Uma
  Checking Tool tip of field/Image/Radio Button mayur.bidkar 1 3,059 11-13-2008, 05:25 PM
Last Post: mayur.bidkar

Forum Jump:


Users browsing this thread: 1 Guest(s)