Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 744 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 744 Bytes

Endava test automation

This test framework contains tests written for Endava website (https://www.endava.com/) and includes:

  • HomePage validation
  • DigitalPage validation
  • ServicesPage validation
  • IndustriesPage validation
  • SuccessStoriesPage validation

Pre-requisites

  • Java 8 or higher
  • Web browser (Firefox, Chrome, Internet Explorer)
  • Maven
  • Selenium Webdriver
  • TestNG

Running Tests

The following steps should get you set up for running Selenium tests locally on your machine:

  1. Clone this repository to your local machine.
  2. Declare this project as Maven
  3. Run as TestNG

Browser choices

Browsers that are supported:

  • Firefox
  • Internet Explorer
  • Chrome

Enter the desired browser through testng.xml file.