TestCase failure issue on remote computer triggered via RDP
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
TestCase failure issue on remote computer triggered via RDP
Hello Team,
While executing test cases via TestExecute on a remote computer connected through RDP we are facing TestCases are getting failed and we found that reason is that we have a Desktop application (AUT) upon launching it will switch ethernet port for about ~25Sec and makes RDP disconnection for the same amount of time,
once after the re-establishment of connection, we can see that TestExecute is executing the test case but at the end, it fails with the below error:
"The operation cannot be performed because the user session is disconnected"
we even tried the solution which is provided in Disconnecting From Remote Desktop While Running Automated Tests webpage:
but did not help either, please suggest us on this issue.
Thanks in advance!
Solved! Go to Solution.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
One possible solution to use:
You could use a VNC Viewer on your local machine and a VNC Server on the Remote computer.
VNC to remote computer, execute your TestExecute package, and the disconnect session thru VNC.
This eliminates using RDP all together for the disconnect issue and a non-interactive UI session.
I am using TightVNC
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We have interactive GUI, please help on this.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
To disconnect from remote desktop, I use batch file. Then, in the same file, I start TestExecute via cmd. I've never had a problem with that. What exactly are you doing?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks everyone, great pieces of advice here! @sagdna which advice did you use? Please share with the Community.
Sonya Mihaljova
Community and Education Specialist
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Could you please share Batch file script, somehow its not working in my case
Thanks
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We found it was problem from application side, it has been resolved and works fine with RDP
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for letting us know @sagdna !
Sonya Mihaljova
Community and Education Specialist
