Objects' properties lost as the same objects are now mapped differently
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Objects' properties lost as the same objects are now mapped differently
Hello all,
I have been using TestComplete to write automation scripts for my desktop application.
Suddenly, the name mapping doesn't work properly, as the same objects are mapped differently now, having only a few properties and methods that can be accessed. Therefore, all my tests fail, as the aliases from name mapping are not recongnized.
After googling the problem, I have tried to change the project's properties from the "Open applications" and "Object mapping" sections, but did not manage to reach the initial mapping again. I have even reinstalled TestComplete to have the default settings back, but again, without any success.
Do you have any idea why is this happening now or do you have any suggestions for fixing the issue?
Please find attached below the printscreens for the initial object mapping (correct) and for the second object mapping (incorrect):
Solved! Go to Solution.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The first print screen shows Advanced View while the second one shows Basic View. To change from one view to the other, click the link at the top of the Properties tab.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks a lot! That indeed did the trick with getting back the properties and methods.
However, my old name mappings are still not usable.
Can this somehow be related with changing the MSAA options? Or in other words, in which situations will the name mappings get lost? (please take into consideration that I did not change anything in the Mapped Objects tree or in the Aliases tree)
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
what do you mean by 'name mappings get lost? '
mapping do not get lost unless you delete it (if alredy saved)
According to documents MASS option effects how TestComplete records object names and addresses objects during playback. The tests created in the compatibility mode will not play back correctly in the new mode and vice versa.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What I meant with 'name mappings get lost' was that when I go to NameMapping > right click on an Alias > select "Highlight on Screen", no mapped object is recognized anymore and I am prompted with a message telling that the object cannot be highlighted as it does not exist. The mappings were all saved and I was in the correct screen of the application.
A friend also experienced this problem, but he said that in his scenario, the issue was more related to the functionality of "Highlight on Screen" than to MSAA option.
In the end I have mapped all my objects again and I will avoid using "Highlight on Screen" functionality. So far, I did not encounter the problem again.
