Saturday, July 9, 2016

Selenium for a Beginner

Selenium is an automated testing tool. It is very similar to HP's QTP. The main difference is that it is for web based applications.

Selenium can be used for web applications across multiple browsers and platforms.

Selenium is a testing suite. That means it is not just a single software, but composed of tools for several needs. It includes:


  • Selenium IDE
  • Selenium Remote Control
  • Selenium Web Driver
  • Selenium Grid
Selenium Remote Control and Selenium Web Driver are integrated and called as Selenium 2. Do you what is Selenium 1? It is Selenium Remote Control alone.





No comments:

Post a Comment