Sunday, 6 October 2019

Introduction

Selenium is a web application automation tool, which is widely use in the current industry. There are few factors that are pushing its usage to next level.

Features of Selenium:
  • Selenium is free
    • available to download from seleniumhq.com
  • Works explicitly on web applications
  • It is technology independent
    • Can be written in any programming language like Java, PHP, Python etc.
    • Can be Integrated with any other frameworks like TestNG and Cucumber
  • Works on all famous browsers (Firefox, Chrome, Opera, Safari and IE)
Required tools for automation using Selenium:
  • Any programming language that supports Selenium
    • Java as an example
  • Integrated Development Environment
    • Eclipse, NetBeans, intelliJ etc.
  • Selenium WebDriver Libraries
    • Can be downloaded from seleniumhq.com
    • Always prefer the latest files
Steps to Proceed:
  • Install Java in your machine (any programming language of your choice)
  • Install Eclipse (any IDE of your choice)
  • Create your Project and Add Selenium Libraries



No comments:

Post a Comment