Testing Packages
Generic testing tasks
- stimulate the CUT
- observe actual behavior
- compare actual to expected behavior
Package testing tasks
- stimulus: a sequence of subprogram calls on the CUT
- actual behavior: a function call return value
- expected behavior: a value
Package testing offers excellent opportunities for automation not currently exploited in industry