Try looking at Selenium, which lets you write test scripts which can control IE, Firefox, and Safari.
http://seleniumhq.org/ GWT 1.5 introduced a feature which made it easy to add DOM IDs for writing browser tests with tools like Selenium, see the JavaDoc for UIObject#ensureDebugId: http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/gwt/user/client/ui/UIObject.html#ensureDebugId(com.google.gwt.dom.client.Element,%20java.lang.String) Dan On Feb 19, 9:59 am, "[email protected]" <[email protected]> wrote: > HI! > > I have developed a complex gwt web application with gwt1.5, now I want > to perform an automatic testing of this application for both firefox > and IE, I am wondering that if anyone knows about any tool, or way to > perform automatic testing for such application, which contains lot of > form fields, and panels. > > Thanks in advance. > > BR > > Alex --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
