Skip to content

ergucel/facebook-signup-test-cases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

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

Test Type

  • Manual Functional Testing
  • UI Validation Testing

Test Case Format

Each test case includes:

  • Test Case ID
  • Preconditions
  • Test Data
  • Test Steps
  • Expected Result
  • Actual Result
  • Priority & Severity
  • Test Status

Assumptions

  • 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.

πŸ‘€ About Me

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


πŸ“Œ Notes

This repository is created for learning and portfolio purposes and does not represent official Facebook test documentation.

About

Manual test cases for Facebook Sign Up feature covering positive, negative, and boundary scenarios.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors