Forum Discussion

DCat1223's avatar
DCat1223
Frequent Contributor
6 years ago
Solved

Decrease time for If Object - Not Exists validation

Good afternoon everyone.  I've been out of the testing environment for a few years, but am back and getting re-aquainted with TC.  I'm testing a Web application using Keyword Tests, and want to have ...
  • tristaanogre's avatar
    6 years ago

    In Tools | Options | Engines | NameMapping, there is an option about "check visible items first" or something like taht.  un check that and try again.

     

    One thing that happens is that if the object is not found in the available visible objects, it then goes and searches invisible... so, two separtae searches... slows things down.

     

    Second thing to look at..... are you using Extended Find?  If so, this could be slowing down the search...  because if you are using extended find in your namemapping tree and the object is not initially found, it does need to do a further search of the entire tree.  Try remapping the "offending" object without using Extended Find and see if this solves the problem.