Forum Discussion
softwarevikram
11 years agoOccasional Contributor
The more you deal the scenario with dynamic data, go for descriptive programming. Don't try to add up every change in an application component as a namemap or aliases in repository. Better store the required "Parent" object in the namemap and the whatever child/grandchild you look for could be just found using
"TestObj.WaitChild(ChildName, WaitTime)"
If found you can set that as object and do the necessary steps.
"TestObj.WaitChild(ChildName, WaitTime)"
If found you can set that as object and do the necessary steps.