我有两台PC,都安装了win7。 我想用TFS构建一个自动测试平台。 我想使用PC1作为TFS服务器,我安装了Microsoft TFS 2015,Visual Studio 2015。
在PC2中,我安装了Visual Studio 2015,我希望PC2能够测试PC(包括Coded UI测试)
我在clude中创建一个Build
1# Visual Sutodio Build task
2# Windows Machine file Copy
3# Visual studio test agent delpoyment
4# Run functional test.
一旦我运行构建,我将在步骤3#
收到以下消息错误DistributedTests: Task 'ConfigureTestAgent' for machine apcnopc7pm5z2x:5985's Error : System.Exception: Did not find TestAgentConfig.exe at : C:\Program Files\Microsoft Visual Studio 14.0\Common7\IDE\TestAgentConfig.exe. Ensure that TestAgent is installed.
我有什么不对吗?有谁能够帮我 ? screenshot of the error here
答案 0 :(得分:0)
您无需在PC2上安装测试代理。只需卸载测试代理即可。您只需添加任务Visual studio test agent deployment并提供远程机器(PC2)信息。此任务将“Test Agent”部署到计算机并自动配置。
请注意,此任务要求目标计算机具有: