" If JavaScript is not central to your application, Webrat is a simpler, effective solution [than selenium or watir] that will let you run your tests much faster and more frequently.'
Selenium IDE is an integrated development environment for Selenium tests. Selenium IDE includes the entire Selenium Core, allowing you to easily and quickly record and play back tests in the actual environment that they will run.
Integrating Selenium with Maven 2 I spent some time this past week integrating Selenium with Maven 2. This post is designed to show you how to do this in your Maven 2 projects.