UI Testing

Hello, I’m just wondering if there are some suggestions/docs/tutorials/frameworks on testing the UI in Rails. These

days, with all the AJAX and DOM manipulation and whatnot, it seems increasingly important to have some tests in place. TDD would be the ideal, but what are others doing?

you may want to have a look at Watir http://wtr.rubyforge.org/

cheers

Thibaut

Check out the testing tool we’ve developed that covers Watir, called Systir:

http://atomicobject.com/systir.page

Very simple to set up and use, written in Ruby, though only useable in this case in Windows and IE, as Watir can only control IE right now.

Jason