Facebook Registration Test Suite
This repository contains manual test cases designed for the Facebook user registration (Sign Up) feature.
The goal of this project is to demonstrate my understanding of:
- Manual testing fundamentals
- Test case design techniques
- Positive, negative, and boundary testing scenarios
- Clear documentation using real-world examples
Scope of Testing
The test cases cover the following registration scenarios:
- Successful registration with valid credentials (Happy Path)
- Registration with invalid email format
- Registration with weak password
- Registration with an existing email
- Password validation:
- Below minimum length
- Above maximum length
Test Design Techniques Used
- Equivalence Partitioning
- Boundary Value Analysis
- Negative Testing
- Positive Testing
- Manual Functional Testing
- UI Validation Testing
Each test case includes:
- Test Case ID
- Preconditions
- Test Data
- Test Steps
- Expected Result
- Actual Result
- Priority & Severity
- Test Status
- Password minimum and maximum length rules are assumed for demonstration purposes.
- Test cases are written based on common industry standards and UI behavior.
- Facebook is used as a reference application for learning purposes only.
I am a QA / Software Testing learner transitioning into software testing.
- Hands-on practice with real-world scenarios
- Focused on manual testing fundamentals
- Continuously improving test design and documentation skills
π Location: USA
π Currently learning: Software Testing & QA fundamentals
This repository is created for learning and portfolio purposes and does not represent official Facebook test documentation.