Forum Discussion

afnanashraf10's avatar
afnanashraf10
New Contributor
4 years ago
Solved

The operation cannot be performed, because the user session is disconnected.

I'm running Test Complete tests using Jenkins from master to slave node. When i RDP to the slave machine and run the job test will succeeds. But if the RDP is closed and when i try to exectute tests it shows an error in every test cases:

 

The operation cannot be performed, because the user session is disconnected.

 

 I need to run Test Complete test from master node unattended. I configure slave node as Java web start. Jenkins runs as User in slave. I configured Test complete job to run an interactive session and i specified username and password for the interactive session. Is there anything i'm missing or is it must to have a slave RDP connection opened during the tests.

  • Thanks for the solutions. My requirement was to run TestComplete tests in Jenkins slave unattended without having any RDP connection. I found out the issue which was happening to me. That is basically my jenkins slave was running as JNLP application. Therefore TestComplete can't run an interactive session. For running an interactive session from jenkins from TestComplete we need to start jenkins slave as a service. And after that there's an option in jenkins TestComplete module to run the test in an active session or not. If you want to run the tests in an unattended mode we need to uncheck the option. Then TestComplete will create a new session and runs the tests.

6 Replies