Selenium Test Tool
Selenium is a set of tools that supports the development of test automation for web-based applications. Selenium supports multiple browser platforms. Selenium can be used for Functional and Performance Test Automation for web-based applications.Selenium Components Selenium is composed of three major tools. Each one has a specific role in aiding the development of web application test automation. Selenium-IDE Selenium-IDE is the Integrated Development Environment for building Selenium test cases. Selenium-RC (Remote Control) Selenium-RC allows the test automation developer to use a programming language for maximum flexibility and extensibility in developing test logic. Selenium-RC provides an API (Application Programming Interface) and…