Forum Discussion
AlexKaras
Champion Level 1
15 years agoHi Nikita,
It is my understanding (that might be corrected by Support):
-- TC does not implement any garbage collectors but uses the one provided by the script runtime engine (VBScript, JScript or DelphiScript);
-- Setting the variable to Nothing decrements object's reference counter, but this is relevant for the COM objects only. That means, that if you start IE as a tested application and assigned a reference to the process to the a variable (Set a = Aliases.Sys.iexplore) and then execute the 'Set a = Nothing', this will not close the IE instance.
It is my understanding (that might be corrected by Support):
-- TC does not implement any garbage collectors but uses the one provided by the script runtime engine (VBScript, JScript or DelphiScript);
-- Setting the variable to Nothing decrements object's reference counter, but this is relevant for the COM objects only. That means, that if you start IE as a tested application and assigned a reference to the process to the a variable (Set a = Aliases.Sys.iexplore) and then execute the 'Set a = Nothing', this will not close the IE instance.