This document discusses test automation using Selenium IDE. It provides an overview of test automation, why and when to automate tests. It then describes Selenium as an open source test automation tool and its key components, including Selenium IDE. Selenium IDE allows recording, editing and replaying tests in Firefox. The document outlines how to install, record and run tests in Selenium IDE. It also describes various Selenium commands for verifications, assertions, waits and storing values that can be used while creating automated test cases in Selenium IDE.