Piyush_77
7 years agoOccasional Contributor
JScript runtime error . This Operation was canceled because the method invoke timeout has expired.
Hello People, I have 2 functions. First one is for the Toolbar function for the software desktop application and In second function I have used that Toolbar function. Currently , My aim is to get...
- 7 years ago
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.