LeelaM
5 years agoOccasional Contributor
Object texboxUserName does not exist
Hi I have recorded a KeywordTest and I am getting error The object texboxUsername does not exist, this object do exist and I was able to login into the application after logging in, on the firs...
- 5 years ago
It frequently happens that test is executing faster than the object loads, so that TestComplete is looking for the object just before it actually exists.
The best thing to do is to have your test wait and make sure the object exists before it tries to use the object. Here are some ways to do that.
https://support.smartbear.com/testcomplete/docs/app-objects/common-tasks/waiting-property-value.html