|
ID /
Description
|
Input
|
Tester Name /
Test Case Type /
Date Executed
|
Actual Result
|
- 2.1
- Tests StudentSched()
function which is responsible for posting the appropriate schedule for
the logged in student.
|
OK:
- A new page is
created, and the schedule of the appropriate student is displayed.
ERROR:
- In the impossible
instance that a given name is
not found in the database, an error should be generated and posted.
|
- Benjamen Linden
- 04/23/2003
|
PASS:
- Schedule for the
appropriate person is displayed.
- An incorrect name
yields a posted error.
FAIL:
|
- 2.2
- Tests FacultySched()
function which is responsible for posting the appropriate schedule for
the logged in faculty member.
|
OK:
- A new page is
created, and the schedule of the appropriate faculty member is displayed.
ERROR:
- In the impossible
instance that a given name is
not found in the database, an error should be generated and posted.
|
- Benjamen Linden
- 04/23/2003
|
PASS:
- Schedule for the
appropriate person is displayed.
- An incorrect name
yields a posted error.
FAIL:
|