nwang66
15 years agoContributor
TestComplete 8.0 is stuck
Hi,
This is happening almost every day! I have a TC 8 project to test windows application. I want to check if an object exists, so I have following script,
This is happening almost every day! I have a TC 8 project to test windows application. I want to check if an object exists, so I have following script,
If (Sys.Process(“ESG_CSIS”).WaitChild(“*ugManu*”, -1)
I am going to call Exist(), then TC is stuck. The only thing that I can do is using task manager to kill TC process. After reboot my computer, run TC and edit my script, at same step, TC is stuck again. Checking Task Manager, TC used about 450MB memory. I have 3.2 GB memory. It seems my computer is good enough to run TC 8. In addition, when TC is stuck, I am still ok to run other applications, such as IE Browser, Notepad, and my tested application. My project was created in TC 7 and worked fine.
TC 8 is also stuck in some other scenarios...
Thanks a lot!
Nancy Wang