Forum Discussion

james_massa's avatar
james_massa
Occasional Contributor
13 years ago

[TestComplete9.20] Excessive memory size of tested applications

We are testing an application that often forces .Net garbage collection and we found that when we are using TC9 automated testing scripts that many of the popup objects are being held onto by TC9 via the .NET property ControlAccessibleObject .



This was verified by a side by side comparison of automated test (TC9) and manual testing.



This is causing our application to balloon to over 3 times its normal memory footprint. Is there any setting or coding strategy I can do to help resolve this?