How to apply TDD to web development?

Craig Andera writes about his entry into the world of TDD. This is something I'd like to try but I primarily develop Web apps. Does anyone have any advice for applying TDD to the world of ASP.NET?

[Update: TSS posts an article on the subject: http://www.theserverside.net/articles/article.aspx?l=TestingASP]

posted @ Thursday, March 4, 2004 9:33 AM

Print

Comments on this entry:

# re: How to apply TDD to web development?

Left by Craig Andera at 3/4/2004 1:34 PM
Gravatar
Substitute NUnitAsp for NUnit, and it should be much the same. Caveat emptor: I haven't gotten around to using NUnitAsp yet.

In any event, even if you don't test your HTML generation code, you can still test the hell out of your business logic using all the usual techniques. Right?
Comments have been closed on this topic.