Forum Discussion
1 Reply
Sort By
- karkadilValued ContributorMost probably you use simple run of the function with a loop, in this case TestComplete uses more and more memory (if I am not mistaken, a lot of it is used for storing logs).
Try using test items for running your test, this should solve the problem.
http://support.smartbear.com/viewarticle/55015/
Another suggestion - reduce the number of events which are stored in the log.
http://support.smartbear.com/viewarticle/55316/
(see the parameter Store last ... enents at the bottom of the page)