Simple Selenium Java example using selenium API


Simple Selenium Java example using selenium API

This blog will go through step by step process of creating a simple test case using selenium java api.

Pre-Requisites :

1) JDK (Java development Kit) - Download the latest version
2) Eclipse
3) Download API from seleniumHQ.org
4) Download the webdriver the one you are interested in (I have downloaded Chrome driver)


Steps : 

Install JDK
Install or Extract Eclipse into a folder
Extract the webdriver to a particular location

After the installation of above

Open Eclipse
Create a new java project
Add the selenium libraries to the project

Follow the video below to get a simple selenium webdriver example created and run.




If you have any Queries, get back to me, I will be glad to help






Comments

Popular posts from this blog

Selenium Grid Part 2 : Grid setup and run test case on multiple browsers