Book: Test-driven Development In Microsoft .net About the Technology: Test-Driven Development is a method in which the development is driven with automated tests. As opposed to conventional development, TDD solves a different set of problems. It does so by proposing that before you write any nontrivial piece of production code, you write tests that the code will at first fail, and then when written correctly, will pass. TDD advocates say this approach has two major benefits. First, because the tests embody specific uses of the yet-unwritten software, they will help tease out the design of the software, complementary to other techniques such as requirements specification and modeling. Second, the tests create a safety net, enabling the programmer to engage in the risky but necessary practice of refactoring--continuously reorganizing the code--without fear of breakage (from Infoworld, August 8, 2003).
Details of Book: Test-driven Development In Microsoft .net Book: Test-driven Development In Microsoft .net
Author: James W. Newkirk, Alexei A. Vorontsov
ISBN: 0735619484
ISBN-13: 9780735619487
, 978-0735619487
Binding: Paperback
Publishing Date: Apr 2004
Publisher: Microsoft Press
Number of Pages: 273
Language: English