Is it possible to run CodedUI test without installing VS? How?

放肆的年华 提交于 2019-12-02 08:52:21

问题


I want to run my coded UI test on a testing machine, but I wish If I can escape from installing VS2012 on my Test machine. Is there any any way to do it?


回答1:


According to this blog you only need to install the test controller software on a machine: http://blogs.microsoft.co.il/shair/2015/04/08/automation-runner-running-tests-without-visual-studio/

Also there is a tool that wraps around VSTEST.Console to simplify running tests without VS:

Automation Runner only Requires Test Controller to be installed on the running machine – No MTM or Visual Studio Required.




回答2:


I used VS Test Agent and it ran the tests for me without Visual studio



来源:https://stackoverflow.com/questions/30620063/is-it-possible-to-run-codedui-test-without-installing-vs-how

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!