Forum Discussion

ISR's avatar
ISR
Occasional Contributor
6 years ago
Solved

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 ,a...
  • TanyaYatskovska's avatar
    6 years ago

    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:

    https://support.smartbear.com/testcomplete/docs/app-testing/web/general/common-tasks/dynamic-identifiers.html