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?
You could use a Visual Studio Web Test to record and execute a scenario. Selenium is another alternative.
精彩评论