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