This page is being migrated here.
Jump to testing page.
Frameworks
Open Source frameworks for unit testing .Net code:
Mock frameworks
Acceptance Testing
FIT, iValidator (link).
Fitnesse (link).
For ASP.Net, check Watin (link).
Also see Selenium.
To run Selenium Remote Control on CI server the following have to be prepared:
Deploy Selenium Server from Mercurial repository.
Add Java Runtime Environment (JRE) bin directory to path.
Add Firefox installation directory to path.
Run Selenium Server and leave session running, as it runs in a console window.