Lecture overview -- Keyboard shortcut: 'u'  Previous page: Introduction to Program Testing -- Keyboard shortcut: 'p'  Next page: Testability -- 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 3 : 35
Object-oriented Programming in C#
Test of Object-oriented Programs
Overview of Program Testing

  • Types of test

    • White box test

    • Black box test

  • Levels of test

    • Unit test

    • Integration test

    • System test

  • Repetition of test

    • Regression test