I am working on autonmation testing an Oracle Forms application with UFT V11.5.
The issue I'm having is that when you add an object in the object repository it adds a "developer name" for the object in the description properties. However, this property is dynamic and changes every time the application is opened. There is, however, a label property that remains static.
Unfortunately, UFT doesn't add the label property by default, meaning that I have to manually delete the developer name property and then add the label. I'd like to make it so that when I add an object to the repository, it uses the label Description property, rather than the developer name - does anyone know how to accomplish this?
Cheers