I have built a load test for a web application configured to run on a separate controller and test agents. This is a data driven load test.
My controller and agents are all 2013. Visual Studio is able to recognize the controller and agents.
When I try to run the test remotely, I receive the error: "Failed to queue test run 'myusername@mymachinename datetimestamp': No such host is known. The agent for the run is given as my machine - which I have not set up as a controller or agent for remote runs.
According to this question what I am trying to do is not possible with VS2015. I cannot run the tests against production, and my test subnet can't be accessed from outside the company intranet.
Our in-house Team Foundation Server is running TFS2012.
Is it possible to use TFS2012 to manage VS2013 controller and agent machines to run a load test created in VS2015?
I've spent days looking for a way around this problem, and come up with no answers.