Self Test Automation - Created from scratch. This framework does not completely contain assertions, my goal was to create a useable test framework written in Java.
- Driver Manager for web driver management
- Enablement of config properties
- log4j - completed (for future enhancement config within config)
- BaseTestCase
- 2 Approach
- Elements by String - old approach year 2019
- Elements by Selenium - new approach year 2022
- 2 Approach
- Sample Testcases
- Alert and Tabs - Status: Done
- Drag and Drop - Status: Done
- File Upload - Status: Done
- Modal - Status: Done
- WebForm - Status: Done