Forum Discussion
els
8 years agoOccasional Contributor
Hi,
I did create and use batch commands and all the commands work until I reach the point where TestComplete or TestExecute has to run. I've checked and it works fine on that VM, so I'm still lost why the test hangs when trying to execute TestExecute or TestComplete from the Jenkins Windows Batch Command.
cunderw
8 years agoCommunity Hero
Without seeing the logs from your jenkins jobs it's hard to tell, but I'm going to guess it's because you don't have an active user / UI session which is required for Test Complete tests that interact with the GUI.
What about your project prevents you from using the plugin? In a nutshell it's still just executing commands from the CLI, but has a lot more incorporated with it, like opening a gui session, copying your logs, etc...