1.Create a GitHub account
2.Clone this repo
3.Create a folder name "Programs" in your system at C:\
- The path should be: C:\Programs
4.Download Apache Maven:
- https://maven.apache.org/download.cgi
- Files -> Binary zip file -> unzip it on C:\Programs
5.Download and install Eclipse IDE for Java Developers:
6.Download Selenium Chrome Driver
-
Check your Chrome browser version and install the matching driver
-Open a Chrome window -> go to Settings -> About Chrome -Unzip the driver on C:\Programs
7.Download Selenium Java Libraries
- https://www.seleniumhq.org/download/
- Selenium Client & WebDriver Language Bindings -> Java -> Download
- Unzip it on C:\Programs
8.Download JMeter
- https://jmeter.apache.org/download_jmeter.cgi
- Binaries -> zip file -> unzip it on C:\Programs
Note: Make sure you have Java 11 installed and added to your system variables (JAVA_HOME).