Forum Discussion
dvriesman
15 years agoNew Contributor
Hello,
We need to test some desktop applications written in delphi in a build continuous integration.
We have the jenkins (like hudson build continuous environment) running as service at a virtual machine.
The jenkins get the code from repository, compile it, generate some metrics, and now we'll need to make the tests.
When we've called testExecute directly from cmd with an user with a GUI session, the test cases were executed successfully.
But, when Local System Account (with interactive with desktop flag checked) running jenkins has called testExecute,
the testexecute is not running right. The GUI operations over the target applicaton are lost, some times even the target application isn't starting althrought test case scripts.
So, I need to know how to solve this problema. How could I running deskop tests with testcomplete in a Build Continuous Enviromment.
Thank you in advance,