Answer Posted / 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 |
Post New Answer View All Answers
What is ObjectParamater?
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.
hi can anybody help with an qtp 9.2 license key please. Thanks, Nitesh.
how u will evaluate the tool for test automation?
What is keyword driven framework?
How to find the difference between 2 dates in qtp?
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?
What VBScript operators, functions, and statements do you use in QuickTest Professional?
Can the user toggle between using Local OR and shared OR for the same action?
how can we preform retesting(DATA driven test) using function please gine the code for loginpage
Which is the best QTP training institute in Delhi/NCR region and what is the approximate fee for QTP course (Basics and Advanced)
what are the mandatory properties for a tex boxc (scenario?)
I need to pull the data from the page which in row, column vice into excel sheet, how can it be done using QTP? eg: Name Dept xyz gdty i need the same data to be exported in excel sheet.
What is throw Object?
I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?