For testing ASP.NET pages (.ASPX), which tool has been better--RUnit or NUnitASP? Or, is there another one that's better. Comments greatly appreciated!
RUnit: http://www.ruxp.net/runit.asp
NUnitASP: http://nunitasp.sourceforge.net
After spending about 10x longer developing simple tests and a class than I would have using “opportunistic” methods, I got all the dots and progress bar to run green. 'Tis a good feeling indeed. I'm sure it will be routine in time, but the first time is always special. Ho[pefully coding speed will increase as I become more familiar with the methodology.
NUnit is a much faster testing environment that the old “fix code--reload web page--fail--debug” method was. That alone will speed development.
Developing Automated Tests Using NUnit and VB.NET
source: http://www.byte-vision.com/NUnitAndVBPrint.aspx
This article describes how to write unit tests in Visual Basic .NET using the market standard automated unit testing tool NUnit 2.0.