Forum Discussion

upma's avatar
upma
New Contributor
23 days ago

TestComplete freezes during execution

I am using Test Complete to automate Oracle SAAS ERP for my organization. since last few months we are continuously noticing that Test Complete freezes during executing the testcases. we are using latest version of test complete. Is anybody else using Test complete for Automation of Oracle SAAS ERP, if yes, are they also facing same issue?

3 Replies

  • Hello, 

    It is usually linked more to the highly dynamic Oracle JET-based UI, heavy page loads, and synchronization challenges rather than the TestComplete version itself. In many cases, the problem is inconsistent object recognition or timing issues with web elements rather than a direct tool defect. Common approaches to mitigate this include improving synchronization (waits and timeouts), relying more on WebDriver-based actions instead of object-level interactions, reducing parallel execution load, and ensuring browser and Oracle patches are aligned, so while it’s not universal, it is a known challenge in such environments.

  • jkrolczy's avatar
    jkrolczy
    Super Contributor

    Check to see in your Task Manager if you have an accumulation of TestComplete Chrome Host (32-bit) process.

    Kill them and see what happens.