junblood
14 years agoNew Contributor
How to use TestComplete with Jenkins?
Hello!
I want to use Jenkins to trigger TestComplete, and TestComplete will launch a .Net application for UI Autotamtion testing.The application which launched by TC runs as 'SYSTEM' user.The issue is, TC cannot find the .Net object when it runs as 'SYSTEM' user.
If I use Jenkins to trigger TestComplete and launch the application, I found the fullname of the application’s
object was changed like:
I want to use Jenkins to trigger TestComplete, and TestComplete will launch a .Net application for UI Autotamtion testing.The application which launched by TC runs as 'SYSTEM' user.The issue is, TC cannot find the .Net object when it runs as 'SYSTEM' user.
For example:
If I launch the application manually , the object’s fullname will be:
“Sys.Process("NewConsole").WinFormsObject("Console Manager")”
If I use Jenkins to trigger TestComplete and launch the application, I found the fullname of the application’s
object was changed like:
“Sys.Process("NewConsole").Window("WindowsForms10.Window.8.app.0.33c0d9d",
"Console Manager", 2)”
Is there any solution?
Thanks.