Test Driven Development with Visual Studio 2005 Team System

Test Driven Development with Visual Studio 2005 Team System

 

By Doug Seven   Published: 3/10/2006

Reader Level: Beginner/Intermediate

Source URL:

http://www.dotnetjunkies.com/Tutorial/9709CE8B-0986-46D2-AE3B-5989F23D3A0F.dcik

Recommend: ★★★★☆

 

The above article shows you how to practice Test Driven Development step by step using Visual Studio 2005 Team System. That’s very helpful for beginner.

 

Test Driven Development (TDD) is not a new concept. In fact, the idea of test-first, code-second has been around for many years. In the latest release of Microsoft's premier developer tool, Visual Studio 2005 Team System many new features have been added, including features for testing software. What does this mean to you, the serious developer? It means you now have integrated unit testing that can be leveraged for Test Driven Development.

 

What some experts said about Test-Driven Development:

1. “Test-Driven Development is a powerful way to produce well designed code with fewer defects” – Matin Fowler

2. The best way that I know to write code is to shape it from the beginning with tests” – Ron Jeffries

3. “Fewer defects, less debugging, more confidence, better design, and higher productivity in my programming practice” – Kent Beck

 

 

posted @ 2006-04-04 11:18  Rickie  阅读(1059)  评论(2编辑  收藏  举报