Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 695 Bytes

readme.md

File metadata and controls

16 lines (13 loc) · 695 Bytes

A challenge by Naveen, this is a small scale framework for test automation. The framework consists following tools:

  1. Java as programming language.
  2. Selenium Webdriver as browser automation.
  3. TestNG as testing framework.
  4. Maven as build management tool.
  5. Page Object Model as design pattern.
  6. Page Factory used to implement Page Object Model.
  7. SureFire Plugin for managing the tests and launching framework externally.

URL: https://petdiseasealerts.org/forecast-map/

Steps to run the framework.

  1. Clone the repo into your machine.
  2. Open the terminal in your machine and change the directory to the project path
  3. Run "mvn test" in terminal.