Jose Pita | \"R. Gratis If you decide to write script functions to find the objects for you, you can always move them out into a Script Extensions Runtime Object, which can make them much like Aliases in TestComplete. I've done this on a few different products to allow sharing the functions between multiple TestComplete Projects.\" Yesterday I was investigating this option but I found some forum entry saying that you can't debug \\ catch errors from Script Extensions. Haven't tried it yet, but I don't think I'm willing to. |
HD | Thanks guys for helping me out. I took Jose's suggestion and now I am using a mixed approach. 1) For features in my application where UI keeps evolving I implemented a script to find UI objects and perform on screen actions. 2) For features that don't change that often, I use Namemapping. I will gradually replace operations involving namemap with the script. |