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