Unit Test Your .NET Data Access Layer


Unit Test Your .NET Data Access Layer
on MSDN

Steven A. Smith
ASPAlliance.com

October 2003

Applies to:
    Microsoft® ASP.NET

Summary: Learn how to use NUnit and some related tools to successfully support testing a Data Access Layer for ASP.NET applications. Test-driven development (TDD) has grown in popularity recently, especially with the growth of the Extreme Programming (XP) methodology. NUnit is an open-source unit-testing tool built for .NET, which follows in a long line of similar xUnit testing tools built for other platforms. It provides an easy-to-use framework for writing and running unit tests for your .NET applications.
Download
NUnitSample.msi.

posted on 2004-01-29 23:48  coollzh  阅读(484)  评论(0编辑  收藏  举报

导航