testing - Visual Studio 2015 测试代理的 ISO 在哪里?

标签 testing visual-studio-2015 automated-tests load-testing tfs-2015

我们有 TFS2015,我正在试用 Visual Studio Enterprise 2015(无安装盘)。

我现在正在寻找带有 Microsoft Test Agents for Visual Studio 2015 的 ISO

Documentation对于 VS 2015 声明这些 ISO 应该可用:

enter image description here

我可以从这里获取代理的 Web 安装程序 (exe),但是我可以从哪里获取 ISO?

请注意:我需要 ISO 来获取 Test Controller 2015 以运行负载测试,因此仅拥有代理是不够的。

此外,我尝试将 Test Agents 2015 与 Test Controller 2013 结合使用,但我的代理配置因超时而失败(同时尝试重新启动服务)。

最后,我尝试将 Test Agents 2013 与 TFS2015 一起使用,但失败并在我们的构建定义中的“代理部署”构建步骤中出现“注册表查找失败”错误(此步骤中使用的 powershell 脚本假定存在注册表中安装的 Test Agent 2015 的路径)。通过在该构建步骤的“Test Agent Location”属性中提供 Test Agent 2015 安装程序的路径来解决此问题。

那么,我现在正尝试使用 Visual Studio 2015 测试代理找到 ISO - 请问有人知道我可以从哪里获得它吗?

最佳答案

已宣布 Test Agent 2015 不再需要测试 Controller ,因为代理编排现在由服务器(TFS 或 VSTS)管理。也可以引用这个post .

Q: Will the Test Agent 2015 support all the scenarios supported by Test Controller and Test Agent of Visual Studio 2013?

答:我们建议您在所有新的自动化测试场景中使用 Agents for Visual Studio 2015。您可以在构建定义中使用部署测试代理任务来下载测试代理并将其安装在您的机器上。下表显示了 Agents for Visual Studio 2013 支持的方案以及 Team Foundation Server (TFS) 2015 和 Team Services (TS) 的备选方案。

enter image description here

对于您的情况,您似乎正在使用本地负载测试,您需要使用 Test Controller/Test Agentes2013 Update5 。更多信息请引用Using a Test Controller and Test Agents in a Load Test

至于ISO文件,好像是agent for VS2013 正在使用 .iso,包括下载中心的测试代理和测试控件。但是对于Vs2015的agent只使用下载中心的.exe

关于testing - Visual Studio 2015 测试代理的 ISO 在哪里?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39371306/

相关文章:

unit-testing - 如何协调 TDD 与 SUT 接口(interface)的合约?

unit-testing - 在 mapDispatchToProps 中声明的 Sinon stub 实例方法

ruby-on-rails - 我如何确定我的rails是在开发环境中而不是测试环境中?

c# - 如何确保 C# 项目中配置文件的更改导致 DLL 重建?

c++ - 无法在 Windows 10 上的 Visual Studio 2015 上安装缺少的功能

java - Selenium 。 Selenium 化物。由于某种原因找不到 org.openqa.selenium.WrapsDriver 的类文件

TeamCity Octopus Deploy Create Release 无法读取 API key

.net - HtmlUnit 不等待 AJAX 执行

visual-studio - vs2015 更新 1 中的 ico 编辑器是否消失了

javascript - 以用户体验为中心的 Web 应用程序回归测试的工具和技术?