Forum Discussion
tristaanogre
7 years agoEsteemed Contributor
I would not use the "Name" property of an object to find the object. Basically, if you're looking for something via the Name, TestComplete just goes ahead and bypasses all find functionality and attempts to search using the Name as per the Object Browser. I'd recommend enhancing your function to actually take in the arrays of properties and values instead of just "name" to get more specific and targeted searches.