An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![Automation](/external_test_data/Automation.png)

# 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.*