Forum Discussion

CGilbert's avatar
CGilbert
Contributor
4 years ago
Solved

Unable to find object popup box keeps coming up.

I have been building tests off-site using 14.30, I just recently came back into the office for two days and updated my Test Complete to 14.50, now all of my tests that would run flawlessly are now ha...
  • PrecisionDan's avatar
    PrecisionDan
    4 years ago

    It might be worth raising a support ticket with smartbear, it sounds similar with experiences that I've had, especially with it finding it sometimes and not others. 

     

    The only thing I can recommend is, check the object properties and make sure that they are unique, so they aren't similar to other controls.

     

    It could also be a property problem. For example, in my tests I had a window called with the ClrFullClassName property of Main. But, sometimes when I pressed a button in my test, it would change the ClrFullClassName to a bunch of random characters but keep the rest of the property's the same. So I just set the ClrFullClassName property to a wild card '*' and added extra property's to help recognise it.

     

    Does it sound like one of these issues?