您的位置:首页 > 产品设计 > 产品经理

Test Driven Development with Visual Studio 2005 Team System

2006-04-04 11:18 399 查看
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

 

 
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: