Ask a Question

getting objects via recurssion

sivakarthik
Contributor

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

12 REPLIES 12

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

 

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

 

 

 

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
cancel
Showing results for 
Search instead for 
Did you mean: