Test of Object-oriented Programs
- slide 35 : 35
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