Forum Discussion
7 Replies
- mengbinhaoContributor
Note: Only local computer installed TC
- rraghvani
Champion Level 3
TC is not able to interact with the contents shown in your Remote Desktop Window, because of how RDP renders its contents - the remote machine sends pixel-based representation of the screen, similar to a video stream. Therefore, RDP doesn't expose the remote UI in a way that allows object recognition. However, a possible workaround is to use mouse coordinates to click on various locations of your Remote Desktop Window.
- mengbinhaoContributor
Sorry for late, Thank you very
- scot1967
Champion Level 1
This sounds like a distributed test where operations need to be performed across multiple computers. TestComplete used to support this but it has been depreciated. This is a link to that information. SmartBear recommends using a CI/CD pipeline approach.
https://support.smartbear.com/testcomplete/docs/testing-with/deprecated/distributed/migrate/index.htmlAnother option could be to setup the RDP connection to start a script to run the needed operation automatically.
What the others have said here is correct and work arounds are about all I know of.
- mengbinhaoContributor
Sorry for late, Thank you very much
- Hassan_Ballan
Champion Level 1
The short answer is no, and workaround is your only option. Screen coordinate automation is not recommended and flaky.
You will need to design a distributed test that run pieces in sequence across multiple devises https://support.smartbear.com/testcomplete/docs/testing-with/deprecated/distributed/index.html
- mengbinhaoContributor
Sorry for late, Thank you very much