Execution of QTP scripts on remote machines

前端 未结 3 923
暗喜
暗喜 2021-01-03 15:22

I am posting this question regarding the execution of QTP scripts on remote machine. When i log in to my remote machine via \"mstsc\", and execute the script without closing

3条回答
  •  滥情空心
    2021-01-03 16:03

    If you want to run QuickTest in a minimized RDP session, and you are using an RDP >= 6.0 client, you can enable it by setting a registry value on the local computer: Navigate to one of the following registry paths on the local computer:

    Current User: HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client or All Users: HKEY_LOCAL_MACHINE\Software\Microsoft\Terminal Server Client

    Create a DWORD value named RemoteDesktop_SuppressWhenMinimized and set it to 2.

    Note that this does not work when the computer is locked or logged off.

提交回复
热议问题