Registration Module – Buggy App
Registration Module – Buggy App
Intermediate LevelTest a user registration form with complex validation rules and multiple field dependencies.
Project Overview
Business Context
Learning Management System (LMS) user registration
Description
A comprehensive user registration form for a learning management system. Users need to provide personal information, create credentials, and agree to terms.
Requirements / User Stories
User must enter name, email, phone number, password, confirm password, and date of birth
Password and confirm password must match exactly
Email must be unique and follow valid email format
Phone must be exactly 10 digits
Date of birth must indicate user is at least 13 years old
Name should not contain numbers or special characters
Show success message with user's name after valid registration
Terms and conditions checkbox must be checked
Practice Tasks
Task 1
Create a comprehensive test plan covering all form fields
Task 2
Test password strength validation and confirmation matching
Task 3
Verify email format validation and uniqueness checks
Task 4
Test date picker functionality and age validation
Task 5
Perform boundary value analysis on all input fields
Task 6
Test form submission with various invalid data combinations
Ready to Start Testing?
Launch the buggy application and begin your manual testing practice. Remember to document all issues you find!
Launch Practice Application