nagavineela
4 years agoOccasional Contributor
The object "PopupRoot" does not exist.
Hi All Automation tests in TestComplete are failing with " The object "PopupRoot" does not exist. while testing desktop application. same project when executed in another PC, tests are passin...
- 4 years ago
Frequently there is a difference between PCs in how the application under test is being loaded or the pages are displayed or other timing issues. I suggest using a Wait function to look for your object to actually exist before you perform any actions on it. Put this right before the line that gives you the "does not exist" error.