A challenge by Naveen, this is a small scale framework for test automation. The framework consists following tools:
- Java as programming language.
- Selenium Webdriver as browser automation.
- TestNG as testing framework.
- Maven as build management tool.
- Page Object Model as design pattern.
- Page Factory used to implement Page Object Model.
- SureFire Plugin for managing the tests and launching framework externally.
URL: https://petdiseasealerts.org/forecast-map/
Steps to run the framework.
- Clone the repo into your machine.
- Open the terminal in your machine and change the directory to the project path
- Run "mvn test" in terminal.