Skip to content

Test Cases and Outcomes

Khem Dhami edited this page Oct 23, 2021 · 1 revision

Test Cases and outcomes 1: Login


Test 1: Enter wrong login credentials example: email address "input123" and password "asdf123"

Result: Invalid username or passcode. FAIL

Test 2: Enter correct credentials. example: email address "[email protected]" and password "Forward1AB!"

Result: Login successfully and proceed to the next homepage. PASS


Test cases and outcomes 2: Sending emails


Test 1: Send email to no one with subject and body.

Result: FAIL

Test 2: Send an email to "[email protected]" with the subject and body.

Result: PASS


Test cases and outcomes 3: Check for received email


Test: Not required.

Result: Successfully received. PASS


Test cases and outcomes 4: Adding an attachment


Test 1: Try adding an image file.

Result: PASS

Test 2: attaching an document, .gif, and .png file

Result: All attached to the email. PASS



Test cases and outcomes 5: Search


Test 1: Type-in the incorrect or unused keyword "asdfghjkl"

Result: Nothing displayed. FAIL

Test 2: Type in the word used in the email like "google"

Result: Pops up the page with emails that consist of the keyword "google" in it. PASS

Clone this wiki locally