Saturday, March 10, 2007

NUnitAsp for ASP.NET unit testing

NUnitAsp is a tool for automatically testing ASP.NET web pages. It's an extension to NUnit, a tool for test-driven development in .NET.

NUnitAsp is for unit testing ASP.NET code-behind only. It's meant for programmers, not QA teams, and it's not very good for QA-style acceptance tests. It only tests server-side logic. JavaScript and other client-side code is ignored.

Reference: http://nunitasp.sourceforge.net/

No comments:

Post a Comment