running test cases on remote machines  
Author Message
Vikas Bindra





PostPosted: Visual Studio Team System - Testing, running test cases on remote machines Top

Hi,

I want too run my test cases on remote machines. How an i do that using VSTS

regards

Vikas




Visual Studio Team System34  
 
 
Boris Vidolov MSFT





PostPosted: Visual Studio Team System - Testing, running test cases on remote machines Top

Hello Vikas,

You will have to install the Team Test Load Controller on any machine and Team Test Load Agent on the target machines (the ones which will run the tests). Then in the test run configuration editor specify the tests to be executed remotely and point to the machine with Controller installed.

Regards,

Boris