Forum Discussion
Abramova
Staff
14 years agoHi,
As far as I understand, the object hierarchy in your application changes after each movement. That is, a specific tested object belongs to different parent objects at different moments in time. So, to run your test successfully, you need to replace the old object name with a new one before running the test.
To solve this problem, I recommend that you use the Name Mapping feature. For example, you can move the needed object up the hierarchy to a stable parent object, and then use the Extended Find setting to identify this object. For more information, please read Using Extended Search Criteria for Mapped Object Identification.
Could you please answer what you actually try to do by comparing the data structures stored after each movement?