https://github.com/orshahar91/automation
Use this project to build automation for any website from scratch
https://github.com/orshahar91/automation
apache-maven automation automation-framework automation-selenium selenium selenium-java selenium-webdriver testng
Last synced: 2 months ago
JSON representation
Use this project to build automation for any website from scratch
- Host: GitHub
- URL: https://github.com/orshahar91/automation
- Owner: Orshahar91
- Created: 2022-09-04T22:10:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-04T22:49:22.000Z (over 3 years ago)
- Last Synced: 2026-03-27T23:42:55.703Z (2 months ago)
- Topics: apache-maven, automation, automation-framework, automation-selenium, selenium, selenium-java, selenium-webdriver, testng
- Language: Java
- Homepage:
- Size: 18.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Overview
* This project can be used as a template to build automation test scenarios for any website using Selenuim and Java.
* The project works only with Eclipse, why Eclipse? Because it's FREE!
## Prerequisites:
* Install Java, Maven, Eclipse
* Install TestNG
* Import this project into your eclipse workplace.
* Right click on pom-file -> Run -> maven install – this command will bring jar files from the Internet.
## Notes
*This is a Maven project, developed in Eclipse IDE.*