This document provides an overview of automated software testing using Selenium WebDriver. It begins with introductions and background on the presenter. It then defines software testing, discusses the benefits of test automation using Selenium, and provides a brief history of Selenium. It explains the difference between Selenium 1 (Remote Control) and Selenium 2 (WebDriver), and how to set up the WebDriver library and drivers. The document demonstrates a sample manual and automated test for searching Google. It concludes with some cautions and references for further information.