ASP.Net MVC - How should i do integration testing on an ASP.net MVC application without necessarily running all the tests via the browser?
views:
31answers:
1
+2
A:
You could use a Visual Studio Web Test to record and execute a scenario. Selenium is another alternative.
Darin Dimitrov
2010-06-04 17:00:03