1 / 4

Building Unit Tests with DUnit

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).

xiang
Télécharger la présentation

Building Unit Tests with DUnit

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Building Unit Tests with DUnit Robert Love State of Utahhttp://robstechcorner.blogspot.com

  2. 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

  3. DUnit Testing Provides • Consistent • Repeatable • Helps catch unintended side effects • Good Development Tool • Edit, Build, Test and Repeat

  4. 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

More Related