Visual Studio 2010 brings with it several enhancements to help cut development friction and enable the developer to focus on the task at hand: writing high-quality code. In the following exercises we'll highlight several of the new features that the TDD developer can use to enhance his/her development cadence. Visual Studio helps your cadence by cutting the number of keystrokes to accomplish frequently performed tasks, speeds navigation through your solution, and enables you to use test frameworks other than MSTest.
Lesson Contents * Overview
* Exercise 1: Red, Green…
o Task 1 – Creating a New Project
o Task 2 – Defining a Context for the Tests.
o Task 3 – Writing the First Test: Designing and Defining the SimpleStack
o Task 4 – Adding More Functionality Driven by Tests
* Exercise 2: Refactor!
o Task 1 – Moving from Passing the Test to Building Functionality
o Task 2 – Reorganizing the Code
* Summary
Read more: Channel 9
Lesson Contents * Overview
* Exercise 1: Red, Green…
o Task 1 – Creating a New Project
o Task 2 – Defining a Context for the Tests.
o Task 3 – Writing the First Test: Designing and Defining the SimpleStack
o Task 4 – Adding More Functionality Driven by Tests
* Exercise 2: Refactor!
o Task 1 – Moving from Passing the Test to Building Functionality
o Task 2 – Reorganizing the Code
* Summary
Read more: Channel 9