问题描述
这是完整的消息:
将测试用例 添加到测试运行时出错:无法加载测试容器 automation.dll'或其依赖项之一.错误详细信息:System.IO.FileNotFoundException:无法加载文件或程序集'Microsoft.VisualStudio.TestTools.UITesting,版本= 14.0.0.0, 文化=中性,PublicKeyToken = b03f5f7f11d50a3a'或其依赖项之一.系统找不到
Error adding test case to test run: Unable to load the test container automation.dll' or one of its dependencies. Error details: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.VisualStudio.TestTools.UITesting, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find
我正在使用2015测试管理器,有人可以告诉我如何解决该问题吗?
I am using 2015 Test Manager, Can someone tell how to resolve the issue??
推荐答案
基于该错误消息,这意味着Microsoft.VisualStudio.TestTools.UITesting.dll程序集或其依赖项丢失了测试控制器机器.
Based on the error message, it means the Microsoft.VisualStudio.TestTools.UITesting.dll assembly or its dependencies is missing inTest Controller machine.
因此,您是否在测试中安装Visual Studio Enterprise 2015(支持编码的UI测试)控制器机器?如果没有,请安装它.
So, do you install Visual Studio Enterprise 2015 (supports Coded UI Testing) in your TestController machine? If not, please install it.
致谢
Starain
这篇关于“将测试用例添加到测试运行时出错:无法加载测试容器"在运行编码的UI测试时的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!