Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 517 Bytes

File metadata and controls

12 lines (12 loc) · 517 Bytes

Automation

create by Orel Aviad

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.