HOW AND WHY TO CREATE EMPTY OBJECT IN QTP?

Answers were Sorted based on User's Feedback



HOW AND WHY TO CREATE EMPTY OBJECT IN QTP?..

Answer / sudhsrk

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

HOW AND WHY TO CREATE EMPTY OBJECT IN QTP?..

Answer / sudhsrk

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

Post New Answer

More QTP Interview Questions

What is meant by virtual obj and Y do v need virtual obj configuration.

4 Answers  


what is vss and cvs what is main difference b/w these two

3 Answers  


What is keyword view?

0 Answers  


How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.

0 Answers   ING,


what is the defference between QTP 8.2 and 9.0and 9.2? plz tell me

6 Answers  


What is test fusion report?

2 Answers   CIL,


How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks

0 Answers  


What is test object?

0 Answers  


If I change the property value at runtime is it effect is object repository?

0 Answers  


How the objecs properties are identified?Tell me in Hierarchical order?

5 Answers   IBM,


How to test background color and dynamic images during run time can you put the check point for moving objects?

0 Answers  


What is operator in VB Script?

1 Answers   IBM,


Categories