1

I am trying to use Selenium IDE to record action and then make them run but it is not working. Is it possible to use Selenium IDE with GWT?? Thanks

Noor
  • 19,638
  • 38
  • 136
  • 254

1 Answers1

1

Yes, it's feasible. We are using extGWT with Selenium to test some parts of our client side.

We used this article to start: http://www.sencha.com/blog/2008/11/03/testing-ext-js-ext-gwt-applications-with-selenium/

The important point on the GWT side is to assign unique IDs to widgets so that they are easy to reference from the Selenium script. If it's not feasible, use XPath.