Practice 07 · Test coverage gaps

Test Lead ⏱ ~15 min 🐛 5 bugs planted

The card below is the “product under test”. Use guided mode to see the bug list upfront, or blind mode to find them yourself first.

Techniques: Metrics & reporting, Coverage-based testing

Test plan: User registration feature

Requirements

  1. User can register with email + password
  2. Email must be unique
  3. Password must be at least 8 characters
  4. Confirmation email sent on registration
  5. User cannot log in until email is confirmed
  6. Account locked after 5 failed login attempts

Test cases

  • TC-01: Register with valid email and password → success
  • TC-02: Register with duplicate email → error shown
  • TC-03: Register with 8-character password → success
  • TC-04: Log in with confirmed account → success

Your findings

0 / 0 bugs found

Tick each bug as you confirm it on the page above. Progress saves automatically.