Visual Studio 2010: Test Driven Development |
Index |
Hands-On Lab
Test Driven Development in Visual Studio 2010
Lab version:1.0.0
Last updated:6/27/2011
Contents
Overview
Exercise 1: Red, Green�
Task 1 � Creating a New Project
Task 2 � Defining a Context for the Tests.
Task 3 � Writing the First Test: Designing and Defining the SimpleStack
Task 4 � Adding More Functionality Driven by Tests
Exercise 2: Refactor!
Task 1 � Moving from Passing the Test to Building Functionality
Task 2 � Reorganizing the Code