-------------------
Hi Ankur
Thank you for the reply.
In my code at any point I have not used the "CreateObject" statement. All I am using the "Set" statement as below to create a RO object as my application is full of third party control for which QTP does not have support.
The above code is to create the application main window during the runtime.
As per your advise do I need to add
Set var = nothing at the end of the code.
Response is much appreciated.
maruti
Hi Ankur
Thank you for the reply.
In my code at any point I have not used the "CreateObject" statement. All I am using the "Set" statement as below to create a RO object as my application is full of third party control for which QTP does not have support.
Code:
Set var = description.Create
var("Name").value = "FrmMain"
The above code is to create the application main window during the runtime.
As per your advise do I need to add
Set var = nothing at the end of the code.
Response is much appreciated.
maruti