AUTOMAION FRAMEWORK POC RIVAL: -> What you are going to DEMO to the client (E2E story) Business Flow (Simple but Powerful): UI (React App) Login to application Navigate to Create User page Create a user from UI -> API Validation (REST) Call GET /users/{id} Validate user details returned by API -> DB Validation (PostgreSQL) Verify the same user record exists in DB Validate important columns (email, status, created_date) -> Reporting Result pushed to Zephyr Scale Executed nightly via Jenkins -- Architecture TestNG Test ↓ UI Action (Selenium) ↓ Capture business data (userId / email) ↓ API Validation (RestAssured) ↓ DB Validation (JDBC) ↓ Assert final outcome ↓ Push result → Zephyr