TestExecute with remote desktop VS distributed tests
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2014
03:47 AM
06-16-2014
03:47 AM
TestExecute with remote desktop VS distributed tests
Hi There,
I've been working with TC for almost 2 years now but this bit has always troubled me...
I have several machines with testexecute that I want my tests to run all day long, what are my options to:
1-keep working on testcomplete on my machine (does distributed testing allow this?)
2-Use remote desktop or teamviewer to start the tests but prevent the user session from ending when I close RD or TV (this one I haven't been able to figure out).
Anyone has this working?
I've been working with TC for almost 2 years now but this bit has always troubled me...
I have several machines with testexecute that I want my tests to run all day long, what are my options to:
1-keep working on testcomplete on my machine (does distributed testing allow this?)
2-Use remote desktop or teamviewer to start the tests but prevent the user session from ending when I close RD or TV (this one I haven't been able to figure out).
Anyone has this working?
5 REPLIES 5
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2014
06:16 AM
06-16-2014
06:16 AM
I run multiple Remote Desktops to use Test Execute. I did have some issues at first due to minimizing the RD. Once it is minimized it no longer recognizes it as a gui interface and my test would stop working. I made an easy registry entry to solve it. Hope this helps you.
HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client
HKEY_LOCAL_MACHINE\Software\Microsoft\Terminal Server Client
Log in to the computer from which you connect to remote computers (if you are not logged in yet).
Close all open Remote Desktop sessions.
Click Start and select Run. In the Run dialog box, type regedit and press Enter. The Registry Editor starts.
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
Create a DWORD value named RemoteDesktop_SuppressWhenMinimized and set it to 2.
Close the Registry Editor.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2014
07:48 AM
06-16-2014
07:48 AM
You can also make a shortcut that executes the command in this article if you want to leave the RD session intact when you log out:
http://homeservershow.com/remote-desktop-session-locks-workstation-after-exit.html
http://homeservershow.com/remote-desktop-session-locks-workstation-after-exit.html
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2014
08:01 PM
06-16-2014
08:01 PM
@Mike Schmidt - already did that, but the tests run real slowly and throw a lot of exceptions not thrown on testcomplete
@R. Gratis- Just tried that and it does not work. I'm on windows 8 on both machines.
@R. Gratis- Just tried that and it does not work. I'm on windows 8 on both machines.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2014
08:26 PM
06-16-2014
08:26 PM
@R. Gratis, just tried a similar aproach to yours and, I don't know how, it seems to work.
bat to close all rdp sessions
bat to close all rdp sessions
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2014
11:30 PM
06-16-2014
11:30 PM
I use VNC Viewer to view tests running on remote machines running Test Execute.
It doesn't interfere with the GUI the same way was viewing via RD does. You can go in, start a test, close the VNC window and the test is unaffected and continues to run.
It doesn't interfere with the GUI the same way was viewing via RD does. You can go in, start a test, close the VNC window and the test is unaffected and continues to run.
