Skip to main contentSkip to Jobs

Signup practice

Registration flow with validation, password strength hint, duplicate email, and terms checkbox.

Open editorial guide: login signup test websites

Challenge mode: append ?challenge=1 to this URL for harder selectors / no helper test ids where noted.

Interactive demo

Try taken@lab.local for duplicate email.

Strength hint: 8+ chars with letter and number.

Practice ideas

Manual testing

  • Mismatch passwords
  • taken@lab.local duplicate
  • submit without terms

Automation

  • Assert strength meter width changes
  • Negative path for duplicate email

Locator hints (beginner)

  • [data-testid="pg-signup-email"]
  • [data-testid="pg-signup-submit"]