July 2003
Intermediate to advanced
736 pages
16h 35m
English
As a general practice, I employ a style of programming that relies heavily on a technique referred to as scaffolding and commonly understood to mean a way of unit testing. This technique simply means that a little code is written that performs a complete job, and some test code is written to ensure the code works. As the body of code grows, existing code is regressively tested as each new chunk is added and tested. The promoted means of testing code is to use NUnit. The result of using NUnit or scaffolding is approximately the same except that using NUnit will result in your being able to use existing testing tools that will run your test suite automatically, accumulating and reporting on results.
NOTENUnit (see ... |
Read now
Unlock full access