Hello!
I have two test-complete projects in my test suite
and would like share the name-mapping from the first project in the second one.
I integrated the existing mapping-file to my second project, but I can not find the mapped objects!
for example:
first project activated.
searching the button btn_ok with "DisplayObject spy"
found: Aliases.Sys.DiaShow.frmStartLanguageSelection.btn_OK
now, second project activated.
searching the button btn_ok with "DisplayObject spy"
found: Sys.Process('DiaShow').VCLObject('frmStartLanguageSelection').VCLObject('pnl_Button').VCLObject('btn_OK')
what am I doing wrong?