Test of Object-oriented Programs
- slide 30 : 35
Test Scaffolding
The
test scaffolding
denotes the auxilliary programs and classes that allow us to test a given program unit
The test units depends on a number of other units
These units are established as
stubs
possibly in the form of
mockups
The test cases are executed by means of
driver
program
It appears attractive to test the classes bottom up in order to avoid excessive use of stubs