Ewgeniy_Marinet
12 years agoNew Contributor
TestComplete PlayBack freeze
Hi all !
We have several automated tests in TestComplete for our desktop application written in Delphi.
Each keyword test calls an internal keyword test (as subroutine) for starting and closing the application (restarting the application over and over again is an important part of our testing)
The internal keyword test for closing application uses either Process.Close() or Process.Terminate() methods (we tried both)
However the playback freezes sometimes after the attempt to close application. Although the application does close, but then nothing happens, playback just gets stuck.