Using Selenium for automated functional testing of ASP.NET applications
Selenium (by Thoughtworks) is on open source tool for automated functional tests. It’s simplicity makes it an excellent candidate for introducing automated functional testing in your project. (Hi! This article is now several years old and updates may have changed how Selenium works) Setting it up for an ASP.NET application is done in a few simple steps: Download Selenium (choose the full install). Create a folder “selenium” in your web site root folder....