Login Demo
A typical login page used as the initial demonstration of TAME.
Authoring Information
- Source File: Step 3 Write Detailed Directions.xlsx
- Author: D. Harry Beast
- Company: Model Compilers LLC
- Created Date: 5/1/2019 11:59:49 AM
- Last Modified Date: 5/17/2020 11:05:48 AM
Test Cases
1. Successful Login |
2. Bad Login Error (User's Password=wrong password) |
3. Bad Login Error (User=no user with this ID) |
4. User ID not email error |
5. Missing User ID Error |
6. Missing Password Error |
1. Successful Login
Test | ||||
---|---|---|---|---|
Start: I am on the login page | ||||
Conditions:
|
||||
Input: Type "gary@tametest.net" into the User ID field | ||||
Input: Type "Test.123" into the Password field | ||||
Event: Click the blue Log In button | ||||
Check: The login is successful. I'm taken to the logged in homepage |
2. Bad Login Error (User's Password=wrong password)
Test | ||||
---|---|---|---|---|
Start: I am on the login page | ||||
Conditions:
|
||||
Input: Type "gary@tametest.net" into the User ID field | ||||
Input: Type "Bad-456" into the Password field | ||||
Event: Click the blue Log In button | ||||
Check: I am told that I can't log in |
3. Bad Login Error (User=no user with this ID)
Test | ||||
---|---|---|---|---|
Start: I am on the login page | ||||
Conditions:
|
||||
Input: Type "charlie@tametest.net" into the User ID field | ||||
Input: Type "Test.123" into the Password field | ||||
Event: Click the blue Log In button | ||||
Check: I am told that I can't log in |
4. User ID not email error
Test | ||||
---|---|---|---|---|
Start: I am on the login page | ||||
Input: Type "not_an_email" into the User ID field | ||||
Input: Type "Test.123" into the Password field | ||||
Event: Click the blue Log In button | ||||
Check: I am told the User ID is not in the form of an email address |
5. Missing User ID Error
Test | ||||
---|---|---|---|---|
Start: I am on the login page | ||||
Input: Leave the User ID blank | ||||
Input: Type "Test.123" into the Password field | ||||
Event: Click the blue Log In button | ||||
Check: I am told the User ID is required |
6. Missing Password Error
Test | ||||
---|---|---|---|---|
Start: I am on the login page | ||||
Input: Type "gary@tametest.net" into the User ID field | ||||
Input: Leave the Password blank | ||||
Event: Click the blue Log In button | ||||
Check: I am told the Password is required |