Test Cases and Results

Type of Test Case: Validation

Isocentric Field Calculation Macro

Jeff Kelly, Ian Price


Test Table 

ID /
Description
Input Tester Name /
Test Case Type /
Date Executed
Actual Result
  • 1.1 
  • Tab allows movement between input boxes
OK: 
  • TAB character
  • Shift-TAB  
  • Jeff Kelly
  • 05/05/2003
PASS: 
  • Tab moves to next input
  • Shift-Tab moves focus to previous input
FAIL:
  • Nothing
  • 1.2 
  • Checks the "Energy" field to ensure illegal input is not allowed
OK: 
  • input is in {4, 6, 10, 18}
ERROR:
  • input not in {4, 6, 10, 18}
  • Jeff Kelly
  • 05/05/2003 
 
PASS: 
  • 4, 6, 10, 18 - OK
  • 5, 12, -10, A - Error
FAIL:
  • Nothing
  • 1.3
  • Checks the "Field Width" and "Field Length" to ensure illegal input is not allowed
OK: 
  • 10 <= x <= 40
ERROR:
  • x < 10 or x > 40
  • Jeff Kelly
  • 05/05/2003
 
PASS: 
  • 40, 26, 10 - OK
  • 0, -1, 200 - Error
FAIL:
  • Nothing
  • 1.4 
  • Checks the "Blocked Width" and "Blocked Length" fields to ensure illegal input is not allowed
OK: 
  • 2 <= x <= 20

ERROR:

  • x < 2 or x > 20
  • Jeff Kelly
  • 05/05/2003
 
PASS: 
  • 2, 20 - OK
  • 1, 40, 21 - Error
FAIL:
  • Nothing
  • 1.5
  • Checks the "Tray" field to ensure illegal input is not allowed 
OK: 
  • input is in {C, N, O}
ERROR:
  • input not in {C, N, O}
  • Jeff Kelly
  • 05/05/2003
 
PASS: 
  • C, N, O - OK
  • F - Error
FAIL:
  • Nothing
  • 1.6 
  • Checks the "Wedge" field to ensure illegal input is not allowed
OK: 
  • input is in {0, 15, 30, 45, 60}
ERROR:
  • input is not in {0, 15, 30, 45, 60}
  • Jeff Kelly
  • 05/05/2003
 
PASS: 
  • 0, 15, 30, 45, 60 - OK
  • -5321 - Error
FAIL:
  • 1.7
  • Checks the "Depth" field to ensure illegal input is not allowed 
OK: 
  • depth <= 30
ERROR:
  • depth > 30
  • Jeff Kelly
  • 05/05/2003
 
PASS: 
  • 30 - OK
  • 100 - Error
FAIL:
  • 1.8
  • Checks the "Beam Weight" field to ensure illegal input is not allowed
OK: 
  • decimal between 0 and 1
  • fraction between 0 and 1
ERROR:
  • decimal < 0
  • decimal > 0
  • fraction < 0
  • fraction > 0
  • Jeff Kelly
  • 05/05/2003
 
PASS: 
  • .75 - OK
  • 50 - Error
FAIL:
  • 1.9
  • Tests to make sure SmartIcons are useable after something is printed. 
OK: 
  • SmartIcons are clickable after printing

ERROR:
  • After printing SmartIcons are unusable
  • Jeff Kelly
  • 05/05/2003
 
PASS: 
  • Work after printing.
FAIL:
  • Nothing
  • 1.10
  • Tests to see if data values are updated before the user must commit to them.
OK: 
  • User can view the output values before they are commited


ERROR:

  • values appear only after the have been commited
  • Jeff Kelly
  • 05/05/2003

 

PASS: 
  • Values are updated.

FAIL:

  • Nothing
  • 1.11
  • Tests to make sure output produced from legal input matches output from old program with the same input.
OK:
  • All tests match

ERROR:

  • Output does not match.
  • Jeff Kelly
  • Ian Price
  • 05/10/03
PASS:
  • 60/60 test cases passed.

FAIL:


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
11 11 11 0