sudhir


{ City } bangalore
< Country > india
* Profession *
User No # 65056
Total Questions Posted # 0
Total Answers Posted # 2

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 5
Users Marked my Answers as Wrong # 1
Questions / { sudhir }
Questions Answers Category Views Company eMail




Answers / { sudhir }

Question { Patni, 6949 }

HOW AND WHY TO CREATE EMPTY OBJECT IN QTP?


Answer

After an object is used the object has to be made empty so
that the memory used by that object is released and it can
be instantiated and used again. So we create an empty
object

Dim obj
Set obj = CreateObject("InternetExplorer.Application")

obj=Nothing

Is This Answer Correct ?    3 Yes 1 No

Question { Patni, 6949 }

HOW AND WHY TO CREATE EMPTY OBJECT IN QTP?


Answer

After an object is used the object has to be made empty so
that the memory used by that object is released and it can
be instantiated and used again. So we create an empty
object

Dim obj
Set obj = CreateObject("InternetExplorer.Application")

obj=Nothing

Is This Answer Correct ?    2 Yes 0 No