Thursday, 5 March 2015

Introduction to Selenium

Selenium is a software tool to support test automation of websites and its functionalities. For further information on selenium visit http://docs.seleniumhq.org/


Why people opt Selenium for Test Automation ?
  • Selenium is an open source tool.
  • It can run on any platform and works with the modern browsers such as Chrome and Firefox
  • Selenium IDE is used to record test and debug application

The recent change in selenium is the introduction of the WebDriver API. This allows the developers write test scripts in any programming language such as Java, ruby etc... and other than that these languages allow Object-Oriented Programming concepts which makes your test script maintainable ,reusable and robust. From here we'll directly move on to setting up selenium and eclipse

Click here Setting up Selenium and Eclipse

No comments:

Post a Comment