HOW AND WHY TO CREATE EMPTY OBJECT IN QTP?
Answers were Sorted based on User's Feedback
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 |
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 |
What is meant by virtual obj and Y do v need virtual obj configuration.
what is vss and cvs what is main difference b/w these two
What is keyword view?
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.
what is the defference between QTP 8.2 and 9.0and 9.2? plz tell me
What is test fusion report?
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
What is test object?
If I change the property value at runtime is it effect is object repository?
How the objecs properties are identified?Tell me in Hierarchical order?
How to test background color and dynamic images during run time can you put the check point for moving objects?
What is operator in VB Script?