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
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"]