📖 Step 7: Testing & Quality#190 / 291
Edge Case
Edge Case
📖One-line summary
An extreme situation like putting emoji in a password.
✨Example
Test boundary and exceptional inputs
"Dan"Normal input
""Empty string
"a".repeat(10000)Very long string
"<script>"Special chars
"🎉🔥"Emoji
⚡Vibe coding prompt examples
>_
Organize edge cases for the signup form. Test special-character emails, extra-long inputs, whitespace-only input, and emoji input.
>_
Test edge cases for payment amount calculation. Check 0-won products, discounts greater than product price, and decimal handling.
Try these prompts in your AI coding assistant!