Testing Problem
Email Generation has way too many edge cases which leads to only few generated email addresses to be
just normal and random
Suggested Solution
Restrict edge cases to just the most valid ones, e.g.
a@a.aa
"a"@a.aa
" "@a.aa
a@[1.1.1.1] or [0.0.0.0]?
a@[FF::FF:FF:FF:FF:FFFF:FF]
- etc.
Testing Problem
Email Generation has way too many edge cases which leads to only few generated email addresses to be
just normal and random
Suggested Solution
Restrict edge cases to just the most valid ones, e.g.
a@a.aa"a"@a.aa" "@a.aaa@[1.1.1.1]or[0.0.0.0]?a@[FF::FF:FF:FF:FF:FFFF:FF]