Solved
Forum Discussion
tristaanogre
8 years agoEsteemed Contributor
Instead of a hardcoded delay, a better option would be to use some sort of "Wait" method (search in TestComplete help for WaitNNN) to wait for the application to be in a state to move on with the tests. You can wait for a property change, for an object to exist, etc. You can write custom wait code to wait for an SQL data record to be altered. Research these topics and see what you can come up with.
- Piyush_778 years agoOccasional Contributor
Thank you So much for the suggestion and Reply!!:smileyhappy: