This Question is Not Answered

1 "correct" answer available (4 pts) 2 "helpful" answers available (2 pts)
0 Replies Last post: May 9, 2008 6:08 AM by gb2008  
Click to view gb2008's profile Pro 4 posts since
Apr 9, 2008

May 9, 2008 6:08 AM

Recognising Radio Button names in GWT

 

Hi guys we have recently moved to GWT 1.4 and have converted most of our test cases to work with GWT having an issue with Radio Buttons though, in other tests we have got the developers to name text boxes with meaningful names i.e logonTextBox... which helps with the structure and readability of the tests.

 

 

When we try to do the same with Radio Buttons it will do multiple selection of radio buttons this is because they are in a group... so cannot use name.id problem is that if we leave it as standard we get the type come back as Check26 for example this is ok except when we get a new build check26 is now associated with another radio button....

 

 

Any suggesttions or has anyone got multiple radio buttons to work with GWT and Selenium

 

 

More Like This

  • Retrieving data ...