Test Complete doesnot recognise Objects
Hi Guys,
I am currently creating tests for Desktop application built on Delphi and have created a few tests last week and run it successfully. For some reason on running the same tests today ,all are failing with error " Objects does not exist" .
There was no update done to the application and not really sure whats causing the issue.
Any suggestions would be really appreciated.
Thank You.
Hi ISR,
This happened because the AcePayForm and wndAcePayForm objects contain different values in name mapping identifiers. Perhaps, some non-reliable properties, such as Index, were used to map these objects. Another situation, which occurs very often, identifiers used to map objects change their values from run to run.
You will need to explore all mapping identifiers and remove unreliable ones or add wildcards. All possible steps are listed in this article - I recommend that you go through it: