Reputation: 841
Upvotes: 0
Views: 517
Reputation: 3908
JScript or Python. These languages are the most powerful among the languages supported by TestComplete at the moment.
They allow you to build a custom object tree that you can use in your tests. This custom tree does not have to be similar to the actual object tree. If the actual object tree gets changed due to changes in the tested application GUI, you can update the Name Mapping tree without changing the Aliases tree and, therefore, without modifying any existing tests that use this custom Aliases tree.
Yes, use the Sys.HighlightObject method for this.
Upvotes: 0