Using TestComplete to test a remote application
We have a C# application that works well with TestComplete 8.2 when running the client application on our machines, but we also want to test this app in a remote app setting. We are logging into a Windows Server 2008 R1 machine where the C# application is running. I can record and replay logging into the server, but anything that I record in the C# application can’t be recognized when I replay the script. I get the below error in TC:
An error occurred while calling the "Click" method or property of the "wndRAIL_WINDOW1" object.
The object or one of its parent objects does not exist.
Tested Object
Alias: | Aliases.mstsc.wndRAIL_WINDOW1 |
Mapping item: | NameMapping.Sys.mstsc.wndRAIL_WINDOW1 |
Missing Object
Alias: | Aliases.mstsc.wndRAIL_WINDOW1 |
Mapping item: | NameMapping.Sys.mstsc.wndRAIL_WINDOW1 |
I’ve read some articles and postings that say you have to have TestComplete or TestExecute on the actual machine where the tested app is running, but we need to do a lot of testing by actually logging in remotely, to simulate how the users in the field are using the application. Does anyone have any suggestions?
Thanks,
Tom Hustead