问题描述
我有一个适用于VS 2015的企业版,但是在我的个人计算机上已经安装了VS Community2015.我创建的单元测试项目完全相同.然后,我进行了一个简单的登录测试,该测试对于两者和企业版都完全相同 一切正常. 但是在社区中,该应用程序将打开,但没有填写凭据,并且测试浏览器中的测试将继续运行.即使在测试仍在运行时退出应用程序后也没有错误 弹出. 有人对为什么它适用于企业而不是社区有任何想法吗?
I have an enterprise edition of VS 2015 for work but on my personal machine I have installed VS Community 2015. I create a Unit Test project in both exactly the same. I then just made a simple login test exactly the same for both and in Enterprise everything worked fine. But in community the application would open up but no credentials were being filled out and the test in the test explorer would just keep running. Even after exiting out of the app while the test is still running no error pops up. Does anyone have any ideas of why this would work on enterprise and not community?
推荐答案
对于您的问题,您可以研究Visual Studio 2015的产品比较
For your issue you can look into offering comparison for Visual studio 2015
https://www.visualstudio.com/zh-CN -us/products/compare-visual-studio-2015-products-vs.aspx
谢谢
Abhishek
这篇关于自动化测试将无法在Community 2015中完成的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!