Lecture overview -- Keyboard shortcut: 'u'  Previous page: Unit Test of Object-oriented Programs [Section] -- Keyboard shortcut: 'p'  Next page: 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 20 : 35

Test Units

Which kind of program units are tested?

What is the smallest testing unit?

The program units for which there exists at least one test case

In an object-oriented program, the test units are the individual, public operations in each class