Selenium Learning Master is a OPEN SOURCE automated testing suite for web applications across different browsers and platforms. It is quite similar to HP Quick Test Pro (QTP) only that Selenium focuses on automating web-based applications.Selenium is not just a single tool but a suite of softwares, each catering to different testing needs of an organization. It has four components.Selenium Integrated Development Environment (IDE)Selenium Remote Control (RC)This app will cover below mentioned topics :1. Introduction to Selenium2. Install Selenium IDE and FireBug3. Introduction to Selenium IDE4. Creating your First Selenium IDE script5. How to use Locators in Selenium IDE6. How to enhance a script using Selenium IDE7. Introduction to WebDriver & Comparison with Selenium RC8. Creating your First Script in Webdriver9. Accessing Forms in Webdriver… more and moreSince Selenium is a collection of different tools, it had different developers as well. Below are the key persons who made notable contributions to the Selenium ProjectSeeing potential in this idea to help automate other web applications, he made JavaScriptRunner open-source which was later re-named as Selenium Core.