开发者

ASP.Net MVC - How should i do integration testing on an ASP.net MVC application without necessarily running all the tests via the browser?

开发者 https://www.devze.com 2023-01-02 02:27 出处:网络
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 recor

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消