ASP.NET TDD links

Published Tue, May 3 2005 23:05 | girishb
Interesting ASP.NET TDD links:
NUnitASP: http://nunitasp.sourceforge.net/
Using NUnitASP: http://www.theserverside.net/articles/showarticle.tss?id=TestingASP
Using NUnitASP with TestDriven.NET: http://dotnetjunkies.com/WebLog/anoras/archive/2004/11/16/32286.aspx
Using NUnitASP tips:http://codebetter.com/blogs/darrell.norton/archive/2004/01/22/5950.aspx
TDD philosophy in a simple one sheet PDF:http://www.testdriven.com/files/doshi/TestDrivenDevelopmentReferenceGuide.pdf

Note to self: Being TDD is not about testing but about evolving design based on requirements. TDD = red/green/refactor

Comments

# TrackBack said on May 7, 2005 5:47 AM:

Some interesting finds ...