Haisenberg
Haisenberg

Reputation: 1

Visual Studio Test using Test Agent

I have a situation : I have two servers (server A and server B) and my TFS making build of my application on server A and should deploy the results on server B. After that it should run UI tests remotely. For doing that I use TFS 2015 and I added a few steps for my build definition (if you understand what i mean ))) ).

on server A I installed Test Controller and on server B I installed Test Agent and gave him name of Test Controller. On server A I use Visual Studio 2015 but on server B I use Visual Studio 2013.

Please help me to understand problem with third step. What can it be and how to resolve it? And can step fourth run my UI tests?

Thanks a lot for any help!

Upvotes: 0

Views: 591

Answers (1)

Cece Dong - MSFT
Cece Dong - MSFT

Reputation: 31083

The field of "Test Agent Location" is optionally, which is used to supply the path to vstf_testagent.exe from network or local location. If no path is provided, it will be downloaded from network. You can leave this field blank and let it download from network, maybe you can deploy a test agent successfully.

Upvotes: 0

Related Questions