Reputation: 2113
I have recorded some CodedUI tests in VS2012.
How do I get them to run on a remote machine? (The remote machine already has a test agent configured, connected to a Test Controller).
In my .testsettings file, the dropdown to choose a Test Controller is always blank.
Upvotes: 0
Views: 164
Reputation: 958
If you've selected "Remote Execution" for your Test Execution method combobox, you should get an option for <Manage Test Controllers...>
in the Controller combobox.
Once you've configured your controller and agent properly, if the controller is on the same network and is running, it should display in this dialog.
Also check that your permissions and that the right user is logged into the remote machine. For more detailed info, check out this article.
Upvotes: 1