How to handle application not responding state through TestComplete
Hi All,
I am triggering a set of test items for execution, at some point of time the test application goes into not responding state. This leads the TestComplete tool to wait until the test application becomes responsive(which ideally wont become responsive, have to kill the process) and not moving ahead with the execution of next test items.
In this scenario, I wanted to move ahead with the execution of next test items by killing the execution of current test item. Can someone suggest how to handle this scenario.
Thanks in advance.
Thanks,
Karthik K R
Just remembered... there's another solution.
https://support.smartbear.com/testcomplete/docs/working-with/managing-projects/properties/freeze-diagnostics.htmlTake a look at that option and see if it works for you.