dpedersen
12 years agoNew Contributor
Running Test Complete Tests Using MS Test Controller and Test Agent
I am running TestComplete 9.2 and have integrated a testcomplete project into visual studio and I am able to run the tests from my visual studio project and have them execute on a remote system using a MS Test Controller and Agents and TestExecute. In this scenario the execution will run without error as long as I have a remote desktop session open viewing the system running the test agent. If I do not have the remote desktop session running I receive a "Catastrophic Failure" message in the test log. Any Ideas?
You can convert that number to a string
https://support.smartbear.com/testcomplete/docs/reference/program-objects/aqconvert/index.html
then pick the string apart for your coordinates
https://support.smartbear.com/testcomplete/docs/reference/program-objects/aqstring/index.html
Then convert the separate coordinates back to numbers using aqconvert again.
Try the examples and then with your numbers and let us know if you get stuck.