Object recognition is too slow
Hi,
I've an app which I'm trying to automate.
some of these controls are so deep inside the DOM, that the object mapping took in 10 minutes for mapping 1 object.
Problem was even worse while TC was trying to recognize that object. after 3 minutes, It couldn't find that object.
I've tried the xpath approch as well, but even that didn't help. Is there anything else that I should try to get that working?
Any help would be appreciated!
Thank you
Abhi
There's another option in Tools | Options | Engines | NameMapping about "find visible objects first" or something like that. Turn that off. Having that on has TestComplete filter out objects with the "Visible" property set to "False" and, if it can't find the object as visible, it then goes back and RE-searches the object. With that option turned off, the search is only done once.