joffre
14 years agoRegular Contributor
Problem with MappedNames
I think I've already created a thread with something like this, but here I am again.
Here is my form's FullName:
Here is the same form's MappedName - I mapped it manually, as Robert told me to do:
This form has many objects that I named manually by selecting "Display Object Properties Window" on TestComplete's toolbar.
When I open a new form to manually map it's objects names, I saw that this form's FullName and MappedName were the same as the other form, and after I recorded my script, when it starts running, it doesn't see any of this new form's objects. On "Display Object Properties Window" the only different thing between both forms is the "Caption".
The first form Caption is "Consulta - Posições Ativas" (in english: Select - Active Positions) and the the second is "Consulta - Requisições" (in english: Select - Requisitions).
How will I make TestComplete distinguish both forms?
Thanks
Obs.: I'm quoting just this 2 examples, but it happens again on 4 more forms. Our developers uses the same form for several features.
Here is my form's FullName:
Sys.Process("RHWCRECRUTSEL").VBObject("frmConsulta")
Here is the same form's MappedName - I mapped it manually, as Robert told me to do:
Aliases.RHWCRECRUTSEL.frmConsultaPosicoesAtivas
This form has many objects that I named manually by selecting "Display Object Properties Window" on TestComplete's toolbar.
When I open a new form to manually map it's objects names, I saw that this form's FullName and MappedName were the same as the other form, and after I recorded my script, when it starts running, it doesn't see any of this new form's objects. On "Display Object Properties Window" the only different thing between both forms is the "Caption".
The first form Caption is "Consulta - Posições Ativas" (in english: Select - Active Positions) and the the second is "Consulta - Requisições" (in english: Select - Requisitions).
How will I make TestComplete distinguish both forms?
Thanks
Obs.: I'm quoting just this 2 examples, but it happens again on 4 more forms. Our developers uses the same form for several features.