Test Cases and Results

Type of Test Case: Unit

Chemical Engineering Lab Scheduler

Benjamen Linden


Test Table

 

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:

  • none 
  • 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:

  • none 

Tallies 

Total Number of Test Cases

Total Number of  Test Cases Executed

Total Number of Test Cases that Completely Pass

Total Number of Test Cases with Failures

2

2

2

0