Sunday 27 October 2013

How to install the web driver for chrome, firefox ?

To start automating the test cases with selenium, you need to follow below steps.

Assuming that you will choose Java as a programming language for selenium automation, you will need below things.

Below is the list of softwares you will need ->
  1. Selenium API (Jar file) - http://docs.seleniumhq.org/download/
  2. Webdriver for Interenet Explorer 
  3. Webdriver for Chrome 
  4. Eclipse  - Java IDE
Once you have these softwares with you, You can follow below steps.
  1. Open Eclipse and create new Java Project.
  2. Create a package and class with name SampleTest in it.
  3. Go to project properties and select Java build path. Select libraries tab and then choose add external jar.
  4. Browse to the jar file you have downloaded in step 1 first list.
  5. Select apply and close
Add Selenium API library to Eclipse IDE

What do you think on above selenium topic. Please provide your inputs and comments. Thanks

No comments:

Post a Comment

Buy Best Selenium Books

Contributors