Monday, February 6, 2006

Testing the view with Selenium

Posted by David

Selenium enables you to test the view by driving it through a real browser. This allows you to test that your application works correctly in multiple browsers and that the Javascript functions as intended. Very nifty stuff.

And Jonas Bengtsson just made the use of Selenium with Rails all the much easier through the new Selenium plugin. This removes the drudgery of setup and makes it silly simple to get started.