This software is super cool. WatiN – Automated Web Application Testing!
Here’s how you can use it. Download it. Download the test recorder (it’s not perfect, but its pretty good). Create a trivial test case so you know it’s working. Then build on that test case. It will output code for NUnit, MBUnit, or even VS2005Test
Load up your VS IDE, then execute it from Visual Studio 2005 or 2008 Test Runner. It will give you the results right there! Super cool or what??
With this framework I was able to create some pretty simple test SUPER fast. – Login test, check for correct page loaded. Then I tested some shopping cart logic (adding items, removing items, clearing cart.)
In conclusion you can effectively create tests with WatiN. Give it a try. It’s compatible with practically every testing framework (including Fitnesse) that you probably use.
Related Reading:
Other Interesting Posts
Tags: unit testing


