Wednesday, August 22, 2007

New Visual C# Video Tutorial: Pt. 1 - What Is Test driven Development (TDD)? What are Unit Tests? How Can I Use Them?

Pt. 1 - What Is Test driven Development (TDD)? What are Unit Tests? How Can I Use Them? - view details
So many 'modern day' programmers do things completely backwards - they write the application code first and then, when things inevitably fail, they find themselves refactoring, rethinking, and just plain frustrated. Why, oh why, haven't more programmers learned the beauty of unit testing and test driven development (TDD)? If more programmers modernized their approaches to thinking about programming, they would find that they would save huge blocks of time and, in the process of saving time, write more efficient code.

Highlights from this video:
  • What is Test Driven Development (TDD)?
  • What are some of the core principles of TDD?
  • What are units? What are tests?
  • Why should I consider unit tests?
and much more


To download this video, log in, then visit the video's detail page and click "download". This is a subscriber-only video so a subscription is required.

Note: You must have the TSCC codec installed to view this video


Keywords Associated with this video: unit testing, framework, tdd, nunit