zgibanez
2 years agoOccasional Contributor
Maintenance of name mapping images
Hi there,
I would like to ask around for suggestions about how to maintain the name mapping images.
Our UI is quite complex and has hundreds/thousands of elements. The name mapping images are useful for consulting at the time of scripting autotests.
However, we don't want to maintain an image database in our code, it's too big. I also prefer to integrate our TestComplete project in our codebase so that both our product and tests are synchronized.
I was wondering, is there any way of regenerating the name mapping image database on command? How do you approach this problem?