Lecture overview -- Keyboard shortcut: 'u'  Previous page: Test Scaffolding -- Keyboard shortcut: 'p'  Next page: Test of Object-oriented programs -- 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 31 : 35

The Background and Context of Unit Testing

Unit testing was was popularized for Java by tool called JUnit

Kent Beck and Erich Gamma are the originators of unit testing

Unit testing is a cornerstone in Extreme Programming