The online computer book shop for UK & Europe                                   

   Books Home | About Us | Index | Next Record | Browse

 
  

Tel: 0121 706 6000 

Static Book Details Page - Computer Manuals Website

 Test Driven Development in .NET
  

  Test Driven Development in .NET by J. Newkirk

  • Published by: MICROSOFT LEARNING
  • Author: J. Newkirk
  • Page Count: 270
  • Group: .NET - GENERAL
  • ISBN: 0735619484/9780735619487
  • Published: Mar 2004

Our Price: 21.55
Discount: 23%
RRP: 27.99 

For Latest Pricing and Availability Click Here
 

The online computer book shop for UK & Europe

Book store with some thing for everyone

Book Information and Description:

Test Driven Development in .NET
With the clarity and precision intrinsic to the Test-Driven Development (TDD) process itself, experts James Newkirk and Alexei Vorontsov demonstrate how to implement TDD principles and practices to drive lean, efficient coding - and better design. The best way to understand TDD is to see it in action, and Newkirk and Vorontsov walk step by step through TDD and refactoring in an n-tier, .NET-connected solution. And, as members of the development team for NUnit, a leading unit-testing framework for Microsoft .NET, the authors can offer matchless insights on testing in this environment - ultimately making their expertise your own. Test first - and drive ambiguity out of the development process: *Document your code with tests, rather than paper *Use test lists to generate explicit requirements and completion criteria *Refactor - and improve the design of existing code *Alternate programmer tests with customer tests *Change how you build UI code - a thin layer on top of rigorously tested code *Use tests to make small, incremental changes - and minimize the debugging process *Deliver software that's verifiable, reliable, and robust

CONTENTS:

Test driven development practices
Test driven development in .NET by example
Refactoring by example
The media library example
Using TDD with ADO.NET
Using TDD with ASP.NET web services
Completing the first feature
Driving development with customer tests
Exposing a failure condition
Using transactions
service layer refactoring
Implementing a web client