DomBat
DomBat

Reputation: 2113

VS2012 CodedUI tests - how to publish and run on remote machine

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

Answers (1)

Ryan Cox
Ryan Cox

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.

Test Settings view

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.

After clicking "Manage Test Controllers", this dialog appears.

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

Related Questions