views:

91

answers:

5

Hello,

I'd like to start with TDD in ASP.NET NVC. Getting links pointing me to some ressources for absolute beginners on that matter would be helpfull. (why, when, how to write tests).

Also, some advices on how to tackle the subject are welcomed.

Thanks for helping

A: 

Check out:

http://stephenwalther.com/blog/category/9.aspx

He usually has some good stuff that is simple to grasp for beginners.

Kelsey
There are some interesting discussions there about the philosophy of TDD, but not much in the way of beginner fare.
Robert Harvey
A: 

I think TDD is an involved enough subject that to start you should pick up a nice heavy book, rather than try to piece together the information from blogs. I scraped by for a bit without really studying the material, but I never really had the aha moment until I read this book: http://xunitpatterns.com/. So I would recommend that book.

Frank Schwieterman
A: 

Here is a walk-through of Test Driven Development with ASP.NET MVC and a basic intro Introduction to Test Driven Design (TDD). I would also suggest searching for TDD and Behaviour Driven Development (BDD) content on InfoQ and Google Lectures on YouTube.

Kashif Awan
A: 

I found the book

alt text

ASP.NET MVC 1.0 Test Driven Development: Problem - Design - Solution

by Emad Ibrahim to be very well-written and takes a very easy to follow approach to doing TDD using ASP.Net MVC.

I think that is easier to get started with than to pull your information from various (however brilliant) sources.

Kjensen