Details
-
Technical Testing
-
Status: Closed
-
Minor
-
Resolution: Completed
-
None
-
None
-
None
-
U&SM| S03 Sprint 9, U&SM| S03 Sprint10
Description
Prereq:
- Add an account
- Add a domain
- Assert modal for Add Domain displays
Test Case 1: Add an account with a valid domain
- Type in a valid domain
- Save
- Assert domain is added
- Save account
According to: https://help.returnpath.com/hc/en-us/articles/220560587-What-are-the-rules-for-email-address-syntax-
Domain names may be a maximum of 253 characters and consist of: - Uppercase and lowercase letters in English (A-Z, a-z) - Digits from 0 to 9 - A hyphen (-) - A period (.) (used to identify a sub-domain; for example, email.domainsample)
Test Case 2: Add an account with multiple domains
- Type in multiple domains separated by comma
- Save
- Assert all domains are added to table
- Save account
Test Case 3: Add an account with invalid domain
- Type in characters with invalid characters
- Type in characters without domains
- Save
- Assert error validation displays
- Assert invalid domains are not added
Test Case 4: Remove domain/s
- Type in multiple domains separated by comma
- Save
- Assert all domains are added to table
- Save account
- Edit account
- Assert all domains are listed under Valid Domains
- Remove a domain by clicking on the X button next to it
- Assert domain is removed
- Save
Test Case 5: Add multiple accounts with the same domain
- Type in domain
- Save
- Add another account with the same domain
- Assert domain saves
Attachments
Issue Links
- Testing discovered
-
LPS-104035 Clicking enter key does not save domain
- Closed
-
LPS-104041 Domains do not refresh when all domains in a single page get removed
- Verified