Hi all,
I'm making it official: I am no longer maintaining or supporting NUnitAsp.
I've been neglecting NUnitAsp for several years, so I doubt this is a surprise. I originally wrote NUnitAsp in 2002 (starting with a seed provided by Brian Knowles), before .NET was even out of beta, to solve the problem of unit testing ASP.NET code for a portal application. As the portal grew more complex, so did NUnitAsp. But this approach always led to holes in NUnitAsp--the features of ASP.NET I didn't use didn't get any love. One big example: I always worked strictly in the ASP.NET component model, so my pages never had more than one form and I didn't use HTML or Javascript directly.... read more
NUnitAsp v1.5.1 is now available for download. NUnitAsp is a tool for test-driven development of ASP.NET web pages.
Version 1.5 includes a modest collection of improvements over version 1.4. The most important new feature is improved custom tester support. We've exposed a number of methods needed for writing custom testers and we've created a new HtmlTag class that's easy to use and understand. Even if you aren't writing custom testers, you'll appreciate 1.5's improved error reporting and API documentation. Particularly handy is the new ability to report server-side ASP.NET exceptions directly within test failure messages.... read more
NUnitAsp v1.5 is now available for download.
NUnitAsp is a tool for test-driven development of
ASP.NET web pages.
Version 1.5 includes a modest collection of
improvements over version 1.4. The most important
new feature is improved custom tester support. We've
exposed a number of methods needed for writing
custom testers and we've created a new HtmlTag
class that's easy to use and understand. Even if you
aren't writing custom testers, you'll appreciate 1.5's
improved error reporting and API documentation.
Particularly handy is the new ability to report
server-side ASP.NET exceptions directly within test
failure messages.... read more
NUnitAsp v1.4.1 has been released. This version is identical to version 1.4 except that it supports NUnit v2.1.4. Both NUnitAsp 1.4 and 1.4.1 support Visual Studio .NET 2003.
Download it here: http://prdownloads.sourceforge.net/nunitasp/NUnitAsp-1.4.1.zip?download
The NUnitAsp home page is here:
http://nunitasp.sourceforge.net
Jim Shore
Project Coordinator
NUnitAsp
NUnitAsp v1.4 is now available for download.
This release includes numerous improvements, thanks to our new patch king, Levi Khatskevitch. We have support for basic and Windows authentication, new testers, a vastly improved parser, and support for the https: protocol. If you've tried NUnitAsp in the past and gotten stuck with a 404 error, that's fixed now! There's numerous other small improvements.... read more
NUnitAsp v1.3 is now available for download.
The focus of this release was better support for poorly-formed HTML. With
this release, NUnitAsp no longer requires you to modify the HTML generated
by Visual Studio .NET. Many thanks to Rick Currence and Andrew Enfield for
their important contributions to this release.
NUnitAsp v1.3 is available for download at:
http://prdownloads.sourceforge.net/nunitasp/NUnitAsp-1.3.zip?download.... read more
NUnitAsp v1.2.1 is now available for download.
The focus of this release was NUnit 2.0 support. Other than the
version of NUnit used and some minor documentation changes, this
version is identical to NUnitAsp v1.2.
NUnitAsp v1.2.1 is available for download at:
http://prdownloads.sourceforge.net/nunitasp/NUnitAsp-1.2.1.zip?download.
The NUnitAsp website is at http://nunitasp.sourceforge.net.
About NUnitAsp:... read more