Skip to content

theasifbhat/iDisease

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.