AiPromptss
Back to browse

Basic Test Case Design

Help design test cases for a user registration function: Function requirements: - Email validation - Password strength check - Duplicate user prevention - Age…

Added May 19, 20260 views0 copies
Prompt
Help design test cases for a user registration function:

Function requirements:
- Email validation
- Password strength check
- Duplicate user prevention
- Age verification (18+)

Include:
1.
Input validation tests
2.
Business logic tests
3.
Error handling tests
4.
Integration tests

Replace text in [BRACKETS] with your own values before pasting.