Lecture overview -- Keyboard shortcut: 'u'  Previous page: Unit test of struct Interval -- Keyboard shortcut: 'p'  Next page: The Background and Context of Unit Testing -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Alphabetic index  Help page about these notes  Course home    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
It appears attractive to test the classes bottom up in order to avoid excessive use of stubs