Actions
SQA #4069
open[SQA] Write E2E Test Cases for Sign Up Page
Description
Create detailed End-to-End (E2E) test cases for the Sign Up page to validate the complete user registration flow from UI interaction to backend processing and confirmation.
Scope¶
- Verify Sign Up page UI elements and field availability.
- Validate form field inputs (positive, negative, and boundary cases).
- Test successful user registration flow.
- Verify error handling for invalid or missing inputs.
- Validate backend response and database record creation (if applicable).
- Test redirection and success messages after registration.
Test Coverage¶
- Valid sign up with correct data.
- Sign up with existing user/email.
- Mandatory field validation.
- Password rules and confirmation match.
- Invalid email format.
- API failure or timeout handling.
- Security checks (e.g., input sanitization).
Deliverables¶
- E2E test cases document.
- Test case IDs aligned with requirements.
- Updated test cases in test management tool or repository.
Actions