The Agile development community has struggled for years with an array of solutions for automated testing solutions for web development. NUnitASP is a good way to unit test server side ASP.Net code, especially now that it doesn’t require XHTML compliant pages, but it can’t handle client side scripting and AJAX is exploding in popularity. Several tools have used COM (must die) to drive Internet Explorer (IE) with varying degrees of success. My personal experience is that the IE COM API is too byzantine and flat out flaky. Besides the flakiness, Firefox and other browsers are gaining in popularity so the IE only testing might not cut it anymore.The Agile development community has struggled f