To view this screencast, add it to
your cart
and
checkout.
You can buy this screencast for any price, including FREE!
I recently tried to give a conference talk on Test-Driving ASP.NET MVC.
I totally failed. There was too much content to fit into 1 hour.
So … I guess we should do a series!
Series Overview
- Part 1 - Hello World
- Part 2 - IIS Configuration, EF Database Configuration, and more Cleanup
- Part 3 - Test-Driving Models
- Part 4 - Test-Driving Models using Factories (and the Object Mother pattern)
TDD MVC - Part 1
In this episode, we:
- Get up and running with a brand new MVC3 project
- Make something show up on the website
- Write a test that confirms that something shows up properly
- Test drive an index page to list Dogs (using EntityFramework CodeFirst)
- Test drive a page for creating Dogs