40 likes | 181 Views
Building Unit Tests with DUnit. Robert Love State of Utah http://robstechcorner.blogspot.com. Unit Testing. “Most people who write software have at least some experience with Unit Testing -- even if they might not call it that” ( Hamill , 2005, p. Cover).
E N D
Building Unit Tests with DUnit Robert Love State of Utahhttp://robstechcorner.blogspot.com
Unit Testing “Most people who write software have at least some experience with Unit Testing -- even if they might not call it that” (Hamill, 2005, p. Cover). If you have ever written a few lines of throwaway code just to try something out you've built a unit test (Hamill, 2005, p. 1). Hamill, P. (2005). Unit test frameworks. Sebastopol, CA: O'Reilly Media, Inc. ISBN: 0-13-101649-0
DUnit Testing Provides • Consistent • Repeatable • Helps catch unintended side effects • Good Development Tool • Edit, Build, Test and Repeat
Additional Information • Dunit Documentation • Good Tutorials and Examples to look at • \RAD Studio\x.x\source\dUnit • http://dunit.sourceforge.net • Books • Test Driven Development – David Astels • Unit Test Frameworks – Paul Hamil • Test Driven Development By Example – Kent Beck • My Blog • http://robstechcorner.blogspot.com