src/main/java/ ├── com/enableedge/automation/ui/tests/ │ ├── TestBase.java │ ├── LoginTest.java │ └── SignUpTest.java ├── com ...
This project is a web automation framework designed to perform end-to-end testing of a web application using the TestNG testing framework, Selenium WebDriver for browser automation, and Maven for ...