Information in this topic applies to desktop and web applications. |
By default the Microsoft Windows operating system includes the Remote Desktop component that allows you to connect to a remote computer and work with it as you work with your local computer.
Using this component you can run and monitor automated tests on remote computers: you can connect to a test computer using a Remote Desktop connection and use the Remote Desktop window to work with the remote computer on your PC. For more information on running automated tests by using the Remote Desktop component, see About Running Tests via Remote Desktop.
While running GUI tests via the Remote Desktop component, keep in mind that the Remote Desktop window must be visible on screen. If you minimize the Remote Desktop window or disconnect from the Remote Desktop Connection session, the GUI tests will fail. To work around this problem, see the Running Tests in Minimized Remote Desktop Windows help topic.
However, sometimes, you may need to follow test running, so you may need to control the remote desktop. In this case, the screen resolution on the remote computer must be the same as on the master computer. Sometimes, it may be inconvenient. To work around this problem, you can specify the settings of the Remote Desktop connection, save them in an external .rdp file, and then use this file to start a Remote Desktop Connection session with the needed settings. Below is a step-by-step instruction on how to do this.
First download the Microsoft Remote Desktop app, click here to download.After installing the app, go to the Remote Desktop Tab. Tap on the “+” to add a new remote connection. Enter the name of. Configuring the remote PC. To configure your remote PC before accessing it remotely, see Allow access to your PC. Remote Desktop client URI scheme. You can integrate features of Remote Desktop clients across platforms by enabling a Uniform Resource Identifier (URI) scheme. By default the Microsoft Windows operating system includes the Remote Desktop component that allows you to connect to a remote computer and work with it as you work with your local computer. Using this component you can run and monitor automated tests on remote computers: you can connect to a test computer using a Remote Desktop connection. May 06, 2018 On the Windows PC you want to connect to remotely, download the Microsoft Remote Desktop assistant to configure your PC for remote access. Microsoft's Remote Desktop Protocol has been saddled with security bugs and weaknesses, which means you need to take certain precautions when using RDP for remote connections.
Open Remote Desktop Connection. The way you do this depends on the operating system you use.
Expand the displayed dialog by clicking Show Options.
In the Connection settings group of settings, click Save As to create an .rdp file that will store the Remote Desktop Connection settings.
In the resulting Save As dialog, specify the desired name and path for the created file, and then click Save.
Close the Remote Desktop Connection window.
Open the created .rdp file in any editor of your choice, for example, in Notepad, and add the following string at the end of the file:
Make sure that the parameters desktopwidth:i:1280 and desktopheight:i:1024 match the server's desktop resolution. You can also change the color settings. For this purpose, replace the value session bpp:i:8 with the session bpp:i:24 string.
Double-click the .rdp file to start a Remote Desktop Connection session.
After that, you can resize the Remote Desktop window as you wish, at that, the window will show the entire remote desktop. So, you can make the Remote Desktop window smaller and you will be able to control your test remotely.
See Also
Ms Remote Desktop Connection Client
Running Tests via Remote Desktop
About Running Tests via Remote Desktop
Running Tests in Minimized Remote Desktop Windows
Running Tests
Running Tests on Locked Computers