David91
26 days agoFrequent Contributor
TestComplete freezes during mobile test execution in Legacy mode
Hi,
I’m experiencing a serious issue when running mobile UI tests in TestComplete 15.75 on Windows 11, using the Legacy Mobile Support mode (not Appium).
My test runs for several minutes, but then TestComplete completely freezes:
• The Playback panel becomes unresponsive.
• I cannot pause or stop the test.
• The Android emulator shows the last interaction frozen on screen.
• I have to terminate TestComplete via Task Manager.
As a result:
• No .tcLog file is saved, only some screenshots remain in the log folder.
• This makes debugging very difficult.
We are currently using this configuration:
• Windows 11
• TestComplete 15.75
• Android 10 emulator
Previously, we had no such issues when running the exact same tests with:
• Windows 10
• TestComplete 15.57
• Android 7 emulator
This seems to be related either to the new version of TestComplete, Windows 11, or the updated Android version.
⸻
What we’ve already tried:
• Reduced timeouts on WaitChild/FindChild calls.
• Disabled image saving in test logs.
• Split tests into smaller blocks.
• Ensured the emulator uses Android 10 and runs with hardware acceleration.
• Launched TestComplete as Administrator.
As a workaround, we now run TestComplete via PowerShell and terminate it after a timeout – which is obviously not a proper solution.
Thanks
Thanks