Framework Mode - Why form testing validates user workflows
Folder Structure
src/
└── test/
└── java/
└── com/
└── example/
├── pages/
│ ├── LoginPage.java
│ ├── RegistrationFormPage.java
│ └── DashboardPage.java
├── tests/
│ ├── LoginTests.java
│ ├── RegistrationFormTests.java
│ └── WorkflowTests.java
├── utils/
│ ├── WebDriverFactory.java
│ └── WaitUtils.java
└── config/
└── TestConfig.java