Forum Discussion
Just for clarity, when you say, "TestComplete crashed the Test App" are you saying TestComplete crashes or your Tested App crashed? This seems like a function most would do on a regular basis so I wonder if something unique is occurring in your case.
Here I meant TestComplete makes the Test App crash, However I have observed in 1-2 instances both TC and Test App became unresponsive. the object I am trying to map is not a directly visible object, it is inside popuproot which gets disappeared as soon as I click elsewhere. Even with opening TC on one screen and Test App on another does not help!
- scot19677 months ago
Champion Level 2
Oops! duplicate edit. Please ignore.
- scot19677 months ago
Champion Level 2
TestComplete has trouble performing actions on objects in the test run if they are not visible on screen. It needs to be able to focus the object or it may just continue to search or hang waiting depending on your search settings and code. I have seen cases myself where a popup root is not located in the object tree under the parent object but under the Sys root of the tree or even another app process.
Just some ideas to check. Good luck!