-
Notifications
You must be signed in to change notification settings - Fork 1
Test Cases and Outcomes
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
You can view the updates of our meeting times, user stories and the changes made on our project.