Member-only story

Selenium Java Set Up-Write Your First Automation Script

The Test Lead
5 min readApr 21, 2022

--

Photo by Alex Knight on Unsplash

Selenium is an automation framework for writing automated test scripts. This article will show you how to set up Selenium and write your first test using Java!

There will be 4 parts to this article

  • Install Java
  • Install Eclipse
  • Install Selenium
  • Write your first test

Install Java

For this, we will need to install the Java Development Kit, configure our environment variables, and finally install our Java runtime environment.

Install JDK

  1. Navigate to the oracle website https://www.oracle.com/java/technologies/downloads/
  2. Click the tab for your Operating System and click the download

3. Click on the downloaded executable and then start going through the setup wizard

--

--

The Test Lead
The Test Lead

Written by The Test Lead

Lead SDET at fintech company in NYC. Visit personal page http://thetestinglead.com// Twitter @juss_bailey Youtube @The Test Lead

No responses yet