strange wait-for-object event after converting TC12 projectsuite to TC14
- 4 years ago
Check your auto-wait setting:
Using the Default Auto-Wait Timeout
By default, TestComplete is waiting for objects, processes and windows for a period of time. This time period is specified by the Auto-wait timeout project option. By default, it is 10 seconds. If an object, window or process has not been found by the end of the specified period, the test fails.
The Auto-wait timeout affects the following methods:
- 4 years ago
Hi,
> from TC12.50 to TC14.50 [...] during testrun the tc-indicator shows wait for object
There were a lot of performance optimizations between these versions, so, most probably, your test code now executes faster and waits for the object where previously object had time to appear before execution reached this point.
I would say that it is OK and nothing wrong as long as you don't see any problems reported to test log.
- 4 years ago
-> Using the Default Auto-Wait Timeout
hi Marsha,
the default timeout setting is not the point in my case, the problem is that objects are found and verified in keywordtests and it shows no error in testlog, but somehow certain objects still run into timeout and delay the test run.
Lee