Windowtester Pro Automation test environment Setup using VM Ware Client by Remote Desktop Connection

Issue:

We are done with Automation test cases with Windows Tester pro.we have plan to run the automation in VM ware client's using Remote Desktop Connection, so that we can continue with our normal work.but automation expecting the mouse point and all test cases getting failed,so we  can;'t able to continue with our normal work .

Solution:

You can change the Registry keys on your computer (from which you connect to a remote virtual machine using mstsc.exe) to run tests on a remote computer while the Remote Desktop window is minimized.
 
Follow the steps below:
  1. Close all opened Remote Desktop sessions.
  2. Open Registry Editor (Click Start, type regedit and hit Enter key).
  3. Navigate to one of the following Registry keys, depending on whether you wish to modify the Remote Desktop settings only for the current user or for all users on the computer:
    • HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client
    • HKEY_LOCAL_MACHINE\Software\Microsoft\Terminal Server Client
  4. Create a DWORD value named RemoteDesktop_SuppressWhenMinimized and set it to 2.
  5. Close the Registry Editor. 
Now when you minimize the Remote Desktop Connection window on your computer, this will not affect the remote computer’s GUI and the GUI will be available to your automated tests.
 
原文地址:https://www.cnblogs.com/abnercai/p/3075509.html