I am always on the lookout for better and easier ways to automate testing of my applications. Mostly, this stems from my teams not being too keen on implementing testing, so the easier I can make it, the easier it will be to convince others to write tests.
So Phil Haack has suggested a free framework called WebAii, and after taking a quick look, it looks promising.
It supports some nice features like mouse/keyboard actions for Ajax testing, and dom actions (find an element and click it, or whatever). It also supports unit testing your javascript functions by having your test call the functions. It also integrates with Nunit. Nice!
Hopefully I can find some free time (HAHAHHAAH) when I can test this out more in a project.