Selenium Tool Suite
Selenium isn't just one tool but a set of software, each with a distinct approach to support automation testing. You also can learn this through Selenium Training Pune . It comprises 4 major components which include: Selenium Integrated Development Environment (IDE) Selenium remote (Now Deprecated) WebDriver Selenium Grid Selenium Tool Suite 1.Selenium Integrated Development Environment (IDE) Selenium IDE is implemented as a Firefox extension that provides record and playback functionality on test scripts. It allows testers to export recorded scripts in many languages like HTML, Java, Ruby, RSpec, Python, C#, JUnit, and TestNG. you'll use these exported scripts in Selenium RC or Webdriver. >Selenium IDE has limited scope and also the generated test scripts aren't very robust and portable. 2. Selenium device Selenium RC (officially deprecated by selenium)allows testers to put in writing automated web application UI tests in any of the supported programming languages. It a...