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