When we did the MVC app at the end of last year we tried to implement TDD on the (c) controler part of mvc, but we realised pretty quickly that we wern't actually testing anything. In the end we tested the business logic, the database connections and then used Selenium (firefox plugin) to test the controlers via web interface (http://buildmachine/MVCApplication/Books/32)
Davy.