This document provides an overview of test automation using Selenium. It discusses what test automation is, the benefits of automation, and when it should be used. It then describes several automation tools, focusing on the features of Selenium. The core components of Selenium are outlined, including Selenium IDE, Selenium Remote Control, WebDriver, and Grid. Examples of using Selenium IDE to retrieve values from a list box and check for a specific value are also provided.