Thursday, June 30, 2005
Using ruby to test your asp.net

Scott Hanselman posts on what looks like a great solution for web testing. Using ruby, the magical dynamic language that reads like you think, and watir, an open source web testing framework, Scott has created a pretty simple way to test your web sites from nunit. Anything that makes testing simpler get an A in my book, and using Ruby only gives it bonus points.