Automate NameMapping of objects?
I'm currently looking into pairing TestComplete with another desktop automation testing tool which will pull the active processes from the target application and inherently start mapping its children. This would theoretically reduce the need to map every object manually. Then again, it wouldn't account for an extra index or any other properties that are custom to the user's needs. Thus, the user would still need to polish the NameMapping tree, but it would already be there!
Has anyone tested this before? Automating a section of another automation tool?
And, does this actually sounds feasible?
Thanks!
Hi,
Isn't batch-mapping (https://support.smartbear.com/testcomplete/docs/testing-with/object-identification/name-mapping/add/from-gui.html#to-batch-map-child-objects) the thing you are looking for?
Maybe, combined with custom templates (https://support.smartbear.com/testcomplete/docs/testing-with/object-identification/name-mapping/templates.html)...