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

核能气质少年 提交于 2019-12-02 03:37:05

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.

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

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