Lecture overview -- Keyboard shortcut: 'u'  Previous page: Unit Test Recommendation -- Keyboard shortcut: 'p'    Lecture notes - all slides and notes together  slide -- Keyboard shortcut: 't'  Help page about these notes  Alphabetic index  Course home  Page 35 : 35
Object-oriented Programming in C#
Test of Object-oriented Programs
Test Recommendations in your Project

Recommendations for program test in your project

  • Use of NUnit

  • Use unit testing for a subset of the non-trivial classes in the project

  • Get experience with test-driven development on selected classes

    • Test a little. Code a little. ...

    • Only relevant for classes which have not yet been implemented