zoukankan      html  css  js  c++  java
  • 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.
     
  • 相关阅读:
    设计模式目录
    垃圾收集器
    598. Range Addition II
    Java中的四种引用
    垃圾回收算法
    645. Set Mismatch
    java 8中撤销永久代,引入元空间
    L2-013. 红色警报 (并查集)
    POJ 1127 Jack Straws (线段相交)
    L2-014. 列车调度 (DP)
  • 原文地址:https://www.cnblogs.com/abnercai/p/3075509.html
Copyright © 2011-2022 走看看