Test
Test

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?

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

Answers (1)

Darin Dimitrov
Darin Dimitrov

Reputation: 1038710

You could use a Visual Studio Web Test to record and execute a scenario. Selenium is another alternative.

Upvotes: 3

Related Questions