Intermediate
Edge Case Brainstorming for Form Validation
Brainstorm edge cases and boundary values for testing a complex user registration form.
📝 Treść promptu
Act as a QA engineer and brainstorm 15 edge cases or boundary values for testing a user registration form. The form includes fields for: Full Name, Email, Password (min 8 chars, 1 number, 1 special char), Age (18-100), and a 'Subscribe to Newsletter' checkbox. Focus on breaking validation logic and UI handling.