Selenium

 1.What is Selenium?

Selenium is an Open source web automation tool and test web applications across different browsers.

Limitations of Selenium:

It doesn't support windows based application directly. However ,third party tool[eg:AutoIt] can e integrated with selenium to automate windows based applications.

Note:

1.Selenium community developed specific tool called WINIUM to automate windows based applications.

2.Selenium community also developed tool to test mobile applications.

  • Selendriod - it supports only Android platform
  • Appium - it supports Android platform, MAC, Windows etc.
All the Selenium related resources and documents can be found in below website


Selenium frameworks integrate with TestNG framework to execute test Cases group wise, method wise and perform Data driven testing etc.