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. |
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. |