Forum Discussion
alinder
15 years agoContributor
The relevant cases are logging from TestComplete to an external system or driving TestComplete from an external system. If we just clicked Aliases.Foo.btnFinish, we want to be able to write code that logs, 'Clicked "btnFinish"', not any other name it might happen to have.
The difficulty is minimizing the amount of re-implementation, the amount of manual annotation, and the amount of data passed in and out of TestComplete. Solutions where we must pass in our out the full Alias name or note another field on all objects beyond the name are not viable for the current work criteria.
The difficulty is minimizing the amount of re-implementation, the amount of manual annotation, and the amount of data passed in and out of TestComplete. Solutions where we must pass in our out the full Alias name or note another field on all objects beyond the name are not viable for the current work criteria.