Selenium Tutorial for Beginners

Welcome to our Selenium Tutorial series!!! This tutorial series is mainly targetted towards beginners, who have little or no knowledge on Selenium webdriver automation.

The main objective of this tutorial series is to provide you a detailed step by step guide, using which you can –

  • understand the basics of Selenium webdriver
  • create a basic selenium framework with few test scripts

So let’s gets started.

Selenium Tutorial Step 1: Tools setup

Step 1.1: Download and install latest version of Java

Step 1.2: Setup Java environment variables

Step 1.3: Download Eclipse IDE for Java

Step 1.4: Download Selenium Webdriver and JUnit jar files

Step 1.5: Download Selenium Chrome Driver

Step 1.6: Create new Selenium project in Eclipse

Step 1.7: First test script to launch Chrome browser

More articles coming soon !!!