zoukankan      html  css  js  c++  java
  • 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

     

     

  • 相关阅读:
    migration的报错
    路由与认证
    drf-请求与响应
    django-rest-framework
    Vue -- 基础
    Django -- Auth模块
    Django -- 中间件
    Django -- cookie与session
    Django--ajax
    Django -- 视图层
  • 原文地址:https://www.cnblogs.com/rickie/p/366383.html
Copyright © 2011-2022 走看看