Q1. What is Selenium?
A1. Selenium is a suite of tools for browser automation (i.e. automated Web testing). It is composed of
- Selenium IDE: A tool for recording and playing back. This is a Fire-fox plugin.
- WebDriver and RC provide the APIs for a variety of languages like Java,
…