- 1.1
- Tests the Login()
function which is responsible for posting the login screen with the
appropriate buttons and fields
|
OK:
- No input / page
should display the appropriate fields
ERROR:
|
- Benjamen Linden
- 04/23/2003
|
PASS:
FAIL:
|
- 1.2
- Tests The
VerifyLogin() function which is responsible for grabbing the username
and password from the Login page fields, and error checking the fields.
|
OK:
- Username and
password both pass, the user is advanced to the proper main screen.
ERROR:
- Username is not
valid: return to Prompt and return to Login page.
- Password is not
valid for username, prompt and return to Login page.
|
- Benjamen Linden
- 04/23/2003
|
PASS:
- Invalid Username yields
the Login Page
- Invalid password
yields the Login Page
- A faculty username
and password yields the faculty main page.
- A student username
and password yields the student main page.
FAIL:
|