Running .webtest tests results in “.webtest is not a valid extension”

↘锁芯ラ 提交于 2019-12-24 19:42:01

问题


I'm using VS2017 - is there any way to get webtests working without installing VS2017 Enterprise? All I need is mstest.exe - not the GUI or IDE.


回答1:


No, for unit test you can install Agents For Visual Studio 2017.

But for Web Load & Performance Testing, it is only supported in Visual Studio Enterprise 2017, So you need to install Visual Studio Enterprise 2017 with Web Performance and Load testing tools.

More information about VS 2017 supported features, you can refer to: Compare Visual Studio 2017 IDEs

Reference below threads:

  • Getting error: File extension specified '.webtest' is not a valid test extension
  • Can I use mstest.exe without installing Visual Studio?


来源:https://stackoverflow.com/questions/47705026/running-webtest-tests-results-in-webtest-is-not-a-valid-extension

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