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 and notes together  slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Help page about these notes  Alphabetic index  Course home  Page 30 : 35
Object-oriented Programming in C#
Test of Object-oriented Programs
Test Scaffolding

The test scaffolding denotes the auxilliary programs and classes that allow us to test a given program unit

Test scaffolding

  • 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