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