Actions
SQA #4076
openSQA #4069: [SQA] Write E2E Test Cases for Sign Up Page
[SQA] Test cases writing in playwright for Sign Up flow
Description
End-to-End (E2E) automated test cases writing for the Sign Up page to validate the user registration flow from UI interaction through backend response handling. The focus was on verifying form behavior, validation scenarios, and successful registration outcomes. The implemented tests were committed and pushed to the GitLab repository.
Scope
- Validation of Sign Up page UI elements and form fields
- Positive and negative input validation scenarios
- Verification of successful registration flow
- Handling of existing user/email scenarios
- Error messaging for invalid and missing inputs
- Redirection and success confirmation after sign up
Test Coverage
- Successful sign up with valid data
- Sign up attempt with already registered email
- Mandatory field validation
- Password rules and confirmation checks
- Invalid email format handling
- Basic error handling scenarios
Deliverables
- Automated E2E Sign Up test cases implemented
- Test updates committed and pushed to GitLab
- Test cases aligned with defined requirements
Actions