Forum Discussion
tonydugay
11 years agoContributor
If your developers have given ids to objects, then you can use those as you say - you don't have to use the default properties chosen by TestComplete to identify the objects. For example, you might use idStr of a Button object when web testing - this might be more robust to change. Other approches are not to use NameMapping at all, but use functions such as
TestObj.Find(PropNames, PropValues, Depth, Refresh)