Forum Discussion
chkwto
17 days agoOccasional Contributor
I have encountered the same issue. When I call a function multiple time with namemapping in it the first time it works. The seconds time it doesn't
jgibbs343
13 days agoOccasional Contributor
i found that essentially having a while loop that waits for your object to exist, helps. its like initially TestComplete doesnt see the object, but if you tell it to wait for it, it will find it.