Skip to content
kwerle edited this page Sep 12, 2010 · 14 revisions

Webrat lets you quickly write robust and thorough acceptance tests for a Ruby web application. By leveraging the DOM, it can run tests similarly to an in-browser testing solution without the associated performance hit (and browser dependency). The result is tests that are less fragile and more effective at verifying that the app will respond properly to users.

Webrat does not handle Javascript. If your web application uses javascript, you may want to investigate something like Watir or Selenium.

Clone this wiki locally