Lecture overview -- Keyboard shortcut: 'u'  Previous page: Test Units -- Keyboard shortcut: 'p'  Next page: A Unit Test example in C# (1) -- 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 21 : 35

Unit Testing

Unit testing aims to ensure that each individual part of a program works correct in isolation

Unit testing should assure correct behaviour of the given unit before it is integrated with other units

Unit testing is black box testing