ASP.Net MVC - How should i do integration testing on an ASP.net MVC application without necessarily running all the tests via the browser?
1 Answer
You could use a Visual Studio Web Test to record and execute a scenario. Selenium is another alternative.