Forum Discussion

Mojo's avatar
Mojo
Occasional Contributor
9 years ago
Solved

Recognition string of object frequently changing in external repository

Hi,

I am using an external notepad repository for keeping the recognition string of the objects of my application
(Windows application). Then, i am using keywords against which functions are written to return stub objects
and perform actions as per my requirement. But, after each new build of the application, the entire recognition of
some of the objects completely changes. While for some of them, i am using wildcards(*), but for some objects, the entire
class changes. What can be done to reduce maintainability of the repository? Any help will be greatly appreciated.