Search found 1 match

by tkuprat
Fri Jul 15, 2016 1:44 pm
Forum: General Questions
Topic: Support for command-line options for Remote test execution.
Replies: 8
Views: 3499

Re: Support for command-line options for Remote test execution.

We tried also the find out how we can call the remoting feature inside a test via API. We tried to use the following: var device_ret = RemoteServiceLocator.Service.GetByDisplayName("Test PC"); and var device = RemoteServiceLocator.Service.AddDevice( "Test PC", RemotePlatform.Any, RemoteConnectionTyp...