Running GUI tests on a remote windows EC2 instance without using remote desktop connection
Hello SmartBear community!
I want to know whether it is possible to achieve what I have described in the subject line. I have found that I can execute my TestComplete tests (which are being used to test a websites UI) whilst the remote desktop connection window is minimised (achieved by following this guide: Running Tests in Minimized Remote Desktop Windows | TestComplete Documentation (smartbear.com))
I want to know if is possible to execute the tests (using a task scheduler) on the EC2 instance when NOT connected to it via remote desktop connection. The issue seems to be that the tests require a GUI to execute properly. Is there a workaround for this?
Hi,
Interactive user session must exist for GUI interactions/tests. This is actually, not a requirement from TC, but the essential behavior of Windows OS.
You need to consider either SessionCreator or anything suggested in the https://support.smartbear.com/testcomplete/docs/testing-with/running/via-rdp/index.html and related help topics that works best for your case.