Member-only story
Selenium Java Set Up-Write Your First Automation Script
5 min readApr 21, 2022
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
- Navigate to the oracle website https://www.oracle.com/java/technologies/downloads/
- 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