The same error occure at my test system (Win7 64-Bit)
Test Complete 8.70.727.7
I'm using Keyword tests for testing our new application.(not optimal, but we decided this way)
I tried also script tests with Jscript, but the same error occurs(only to test if its only a keyword problem)
Additional Information:
-
The window with the 0x00010098 handle exists but did not respond during the auto-wait timeout (10000 ms).
Try increasing the 'Auto-wait timeout' project property.
Tested object:
Aliases.Explorer.wndShell_TrayWnd.TrayNotifyWnd.SysPager.ToolbarWindow32
(Sys.Process("Explorer").Window("Shell_TrayWnd", "", 1).Window("TrayNotifyWnd", "", 1).Window("SysPager", "", 1).Window("ToolbarWindow32", "Infobereich des Benutzers", 1))
-
Increasing auto-wait timeout didn't show any effect.
If I trigger the test manually with Testexecute/TestComplete there are no problems.
If the test is triggered via Hudson Server integration, I get the error message above.
(Hudson is just starting Testexecute and choosing the test project for timing the starting point)
The tests fails always at the point where the tests do a double click on the toolbar icon.
Lars