
Here’s an outline of my upcoming CodeRage II presentation:
Ready to move beyond basic unit testing? This presentation will explain several techniques for getting the most out of your testing effort, including:
- A system, inspired by Haskell’s QuickCheck, which helps generate semi-random test cases for you.
- A simple, Delphi-friendly technique for enumerating lists of "known corner cases," and exploiting this in test-first defect fixing.
- Using DUnit tests in automated builds
- An exploration of some of DUnit’s "less documented" features, like testing for expected exceptions.
Full source code for all examples will be included with the presentation.
Post a Comment