Building a test automation from scratch
This is used for the front end validation for https://rahulshettyacademy.com/client/.
Tools Used:
- IntelliJ Aqua as IDE
- Selenium WebDriver for browser automation
- Java as programming language
- TestNG as testing framework
- Page Object Model as design pattern
- WebDriver Manager for simplifying driver downloads and configuration.
- Maven as build tools and triggering tests.
- Jenkins as CI.
Will keep adding new test cases and Incorporate new technologies as I learn.