In Spring I generated form create.jspx with some edit boxes and some dropdown select boxes.
The form than sould be tested in Selenium IDE, but after recording test case the case cant' be replayed.
For example, form:
Label1: [Sample text]
Label2: [Selected_item0]
Selenium recording would be:
click | Edit1_id |
type | Edit1_id |Sample text
click | Edit2_id_popup0