getting objects via recurssion
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
getting objects via recurssion
Hello Community members,
I just had a thought acquiriung objects via recurssion. is it possible to do that with test complete ?
for example
obj name texts - function for storing and returning the texts
then I would like to do it recurssively is it possible to do that ?
any ideas ? please let me know ?
Thanks and Regards
SivaKartheek Sreeram
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Once you've mapped something once, it never needs to be mapped again... there is your "dictionary" of objects, already built in to TestComplete.
I guess I'm confused... what problem are you actually trying to solve?
Robert Martin
[Hall of Fame]
Please consider giving a Kudo if I write good stuff
----
Why automate? I do automated testing because there's only so much a human being can do and remain healthy. Sleep is a requirement. So, while people sleep, automation that I create does what I've described above in order to make sure that nothing gets past the final defense of the testing group.
I love good food, good books, good friends, and good fun.
Mysterious Gremlin Master
Vegas Thrill Rider
Extensions available
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It is not a builtin from testcomplete but it is in python.
Actually, in the application at navigation bar each item has a different grid. I don't want to declare all grids for Navigation bar and to write a common test scenario so that will works for all grids of navigation bar
thanks and Regards
SivaKartheek Sreeram
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Right... which is as I said... map the navigation bar and then use FindAllChildren to return a collection of desired grid objects. That will preclude the need for any recursive code.
Robert Martin
[Hall of Fame]
Please consider giving a Kudo if I write good stuff
----
Why automate? I do automated testing because there's only so much a human being can do and remain healthy. Sleep is a requirement. So, while people sleep, automation that I create does what I've described above in order to make sure that nothing gets past the final defense of the testing group.
I love good food, good books, good friends, and good fun.
Mysterious Gremlin Master
Vegas Thrill Rider
Extensions available

- « Previous
-
- 1
- 2
- Next »
- « Previous
-
- 1
- 2
- Next »