Forum Discussion
Dmitry_Nikolaev
Staff
15 years agoHi,
Most likely, you are facing this issue due to the out of memory problem. This can be caused by a huge Test Log.
To reduce the size of the log, please follow the steps below:
1. Call the Log.LockEvents method in the very beginning of your test to prevent TestComplete from posting unnecessary event messages. Please see the Log.LockEvents help topic for more information on the Log.LockEvents method.
2. Do not store screenshots in the BMP format. I recommend that you use the PNG format because it saves images in the same quality, but uses less memory. Please see the Specifying Log Images Format help topic to learn how to change the format of screenshots stored in the Test Log.
This should solve the memory problem.