To run TestComplete tests from Jenkins, Jenkins nodes must meet the following requirements:
After configuring your Jenkins nodes, make sure that when you connect to them, no additional login screens or account selection windows appear.
1. Enable Remote Desktop connections
By default, computers prohibit remote connections. For Jenkins to be able to connect to nodes and open user sessions on them:
-
On your Jenkins node, set the System properties > Remote > Remote Desktop option to:
-
In Windows 10 and Windows 8.1 – Allow remote connections to this computer.
-
In Windows 7 – Allow connections from computers running any version of Remote Desktop (less secure).
-
-
Add a user account under which you will run tests on the node to the Remote Desktop Users group.
-
Make sure that the user account has a non-empty password.
Otherwise, Jenkins will not be able to connect to the node and run TestComplete tests on it.
2. Configure group policies
To be able to connect to nodes and open a user session on them, configure the following group policies on the nodes:
-
On the jenkins node, open the Group Policy editor (type gpedit.msc in the Search dialog and press Enter).
-
Disable the following policies:
-
Always prompt client for password upon connection
-
Prompt for credentials on the client computer
If the computer belongs to a domain, you may need to ask your system administrator to disable these policies on the domain controller as well.
-
-
If the node is running under Windows 10, enable the Require use of specific security layer for remote (RDP) connections group policy and set the security layer to Negotiate.
-
If the node is running under a non-server edition of Windows and it has other users logged in, log off those users.
-
If the node is running under a server edition of Windows, enable the following policy:
-
Require use of specific security layer for remote (RDP) connections (on Windows Server 2016 or Windows Server 2019)
-
Restrict Remote Desktop Services users to a single Remote Desktop Services session (on Windows Server 2012 or Windows Server 2008)
-
Restrict Terminal Services users to a single remote session (on Windows Server 2003)
To enable the needed policy on Windows Server 2016 or Windows Server 2019
To enable the needed policy on Windows Server 2008 and later
To enable the needed policy on Windows Server 2003
If the node is running in Remote Administration Server mode and there are user sessions opened on it, close unnecessary sessions.
-
-
If the node is configured to show a logon message when a user logs on, disable the message.
You can check whether the node is configured correctly by connecting to it manually. If it does not show any additional messages or prompts, the group policies are configured correctly. Otherwise, you may need to ask your system administrator to disable those messages.
3. Disable secure sign-in
Sometimes, Windows is configured so that the user has to press Ctrl+Alt+Delete before signing in to prevent unwanted actions the software that simulates user behavior may perform. TestComplete does not provide any means to work around this feature, so we recommend you to turn it off:
-
On the target node, press Win+R to open the Run dialog.
-
Type
control userpasswords2
and press Enter. -
In the subsequent User Accounts dialog, switch to the Advanced tab.
-
Clear the Require users to press Ctrl+Alt+Delete check box.
-
Click OK or Apply.
4. Disable additional screens
To avoid issues during the testing, make sure that when you connect to the remote machine its desktop opens up immediately — that is, no additional screens appear (such as the login form, account selection window, or RDP Certificate Warning windows). To learn how to disable these additional screens, contact your IT department.
5. Run Jenkins agents in interactive mode
If the Jenkins agent is running as a Windows application (launched via Java Web Start), TestComplete will run under a user account and will be able to interact with GUI elements.
If the Jenkins agent runs as a service under a non-interactive system account (for instance, Local System), TestComplete will run under the non-interactive account as well. As a result, TestComplete will not have access to the user interface on the computer and will not be unable to simulate user actions. Your automated tests that simulate user actions against GUI elements will fail.
To allow tests to interact with GUI elements and avoid possible issues, configure your TestComplete Test build steps to open an interactive user session in which they will run:
-
If you use Freestyle Jenkins jobs - See the description of the Run interactive user session option of the TestComplete Tests build step.
-
If you use Pipeline - See the description of the
useTCService
parameter of the step.
If your tests do not interact with GUI and no interactive session is required, configure TestComplete (or TestExecute) on the agent to run with UI accessibility disabled. See Preparing Jenkins for Running TestComplete Tests.
6. Provide elevated permissions for TestComplete
On Windows 8.1 and later, TestComplete requires elevated permissions for the run. If the Jenkins agent is running as an application, it cannot start TestComplete with required permissions. This may cause the TestComplete Test step to fail.
To run tests under Windows 8.1 and later, do any of the following:
-
Run the Jenkins agent as a service. As a service, the agent has the required permissions and can start TestComplete with the required permissions as well.
Make sure that the TestComplete Test build step is configured to open an interactive user session on the node.
– or –
-
On the Jenkins nodes, disable support for testing Windows Store applications in TestComplete. With this option disabled, TestComplete can be run without elevated permissions.
See Also
Integration With Jenkins
Preparing Jenkins for Running TestComplete Tests
Configuring Jenkins Freestyle Jobs to Run TestComplete Tests