jmcwhinney
11 years agoContributor
Auto-wait timeout - not working
Hi, I am evaluating TestComplete as a possible tool for testing upgrades to our ERP. I have found that the payback->auto-wait timeout property does not seem to work. No matter how high I...
- 11 years agoHi James,
Increasing the auto-wait timeout may not be very productive when a new dialog is opened when executing a test. We recommend that you use the Wait* methods for this. TestComplete will wait for a new object until the timeout is over, or the object is fully loaded and ready for testing. Please refer to the "Waiting for an Object, Process or Window Activation" article for more information.