This post originated from an RSS feed registered with .NET Buzz
by Robert Hurlbut.
Original Post: Test-Driven Development in Microsoft.NET book
Feed Title: Robert Hurlbut's .Net Blog
Feed URL: http://www.asp.net/err404.htm?aspxerrorpath=/rhurlbut/Rss.aspx
Feed Description: Development with .Net, Rotor, Distributed Architectures, Security, Extreme Programming, and Databases
So far, it looks great! I spend a lot of time every day writing tests with NUnit, so I was very interested to see how they deal with data layer testing, transactional testing, web testing, and web services testing. There is also some security testing scattered here and there.
A couple of areas missing, only because I have concentrated a lot of time and effort on this myself, is how best to unit test EnterpriseServices (Serviced Components) and Remoting. Both of these can be tricky (especially ES with distributed transactions). As I finish the book, I may include some of my own notes on these topics.