Forum Discussion

kshannon's avatar
14 years ago

Test Complete cannot find objects on page

I seem to be experiencing issues when trying to run tests i've recorded in trail version of test complete 7 over our applications:


·         One application is a web application and my tests keep failing due to ‘objects cannot be found on the page’.


·         Another of our applications is a WPF client for which the test does not seem to be picking up text that I enter into fields within the application.




1 Reply

  • sometimes a delay would help.  Or change the way you enter the text.. like instead of set_text or set_value, use sys.desktop.keys() method - this is consistent for me.