TestComplete kill process of target desktop app
Hi there,
All of my automated scripts run fine with my target desktop app, The special case is when target app creates a sub-process to open a new window, TestComplete will kill the main process of the target app when I use TestComplete playback over 30 seconds on the new window (No matter what operation TestComplete did, just execute aqUtils.Delay(60000) kill the main process as well), it seems like TestComplete execute process.terminate() to the main process, but It's ok when I operate target app by manual, Anything I can do on TestComplete side?
Please give me some advice.
Hi,
It might be that this another window blocks all incoming Windows events until it is closed. Thus making TestComplete to consider main application as hanging and terminating it.
Read this help topic and check if this is your case: https://support.smartbear.com/testcomplete/docs/scripting/calling-methods-asynchrounously.html