Righteous Wrath Online Community

General => Tech Chat => Topic started by: Thorin on June 05, 2009, 10:07:41 AM

Title: WatiN - allows nunit testing of .net web applications
Post by: Thorin on June 05, 2009, 10:07:41 AM
So I was looking around for some syntax for nunit testing and stumbled across a link to WatiN:

http://watin.sourceforge.net/

If you do .NET development and you're using NUnit to write your code in a Test-Driven Development style, WatiN lets you use that same TDD style for the web pages you are constructing.

WatiN replaces what NUnitASP used to allow us to do.  The NUnitASP has been abandoned for a while, though, so it's nice to see there's a replacement available.

Now if only I could get the guys here to write in a TDD style...