Hi,
Does TestComplete returns to working conditions if you wait some time after the problem occurs? How long does it take? If the tool does not revert to working conditions, please follow the instructions below to help us collect more information about the problem:
1. Download the Debugging Tools for Windows package from:
http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx (for 32-bit processes)
http://www.microsoft.com/whdc/devtools/debugging/install64bit.mspx (for 64-bit processes)
and install it.
2. When TestComplete hangs, open the "Start | Run..." dialog and execute the following command:
"<windbg.exe>" -pn TestComplete.exe -Q -pd -c ".dump /m C:\Dump1.dmp;q"
Replace <windbg.exe> with a fully qualified file name of the windbg.exe file. This command will make WinDbg write a memory dump of the TestComplete.exe process to the
C:\Dump1.dmp dump file. After the dump is written, WinDbg will be closed.
3. Correct the dump file name in the above command line (for example, change it to
Dump2.dmp), wait for two minutes and execute the command again.
4. Repeat step 3.
5. Submit a request via our
Contact Support form and attach all of the dump files created in the steps above.
Also, we will need your project suite. Zip the entire folder containing the project suite and attach the archive to your request.