This post originated from an RSS feed registered with .NET Buzz
by Darrell Norton.
Original Post: NUnitAsp 1.5 released
Feed Title: Darrell Norton's Blog
Feed URL: /error.htm?aspxerrorpath=/blogs/darrell.norton/Rss.aspx
Feed Description: Agile Software Development: Scrum, XP, et al with .NET
I found out that NUnitAsp had released a new version from my referrer logs. Seems they linked to my NUnitAsp Best Practices post (thanks guys!). The changes are excellent:
Added an ImageButtonTester.Click overload that takes no arguments.
Added CLS compliance (except for certain members).
Added HTTP proxy support to the Browser (HttpClient) object.
Clarified API documentation for all classes.
Renamed AnchorTester HTML control tester to HtmlAnchorTester.
Added postback (server-side click) support to HtmlAnchorTester.
Added simple ASP.NET error page parsing to display meaningful exceptions in tests.
Added FAQ: How to test redirection.
Added FAQ: Support for frames/pop-up windows/Javascript/HTML controls.
Made more methods public or protected to aid creation of custom testers.
Created HtmlTag class to simplify creation of control testers.
Fixed AssertEquals to display better failure messages with string arrays.
After I roll off this current smart client project, I’m going to be back programming ASP.NET with NUnitAsp again (thank goodness)!
This Blog Hosted On: http://www.DotNetJunkies.com/