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 description object?
How to Open FireFox using descriptive programing? If my question is not clear, i will give an Example To Open Internet Explorer, We use Set IE = CreateObject(InternetExplorer.Application) IE.Navigate "www.yahoo.com In the same i need to open yahoo.com in firefox. Can any one tell me what is the server name of firefox to create an object
How to analyzing test results using quicktest professional (qtp)?
What is the Difference between copy to action and call to action?
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?
Can any suggest me what is exposure testing?
Which functionalities of QTP used in banking project? pls any say answer?
Hi, I am working on microsoft infopath forms..It is standalone form..(not dotnet or web.) . I am not able to indentify any objects in it.. I am currently using active accessibility in the macro for the same but its execution is too slow.. Kindly help in case you have better solution.
how to test load test and block box testing an a web based application pls give ans briefly
What is TOM in QTP?
Tell me one scenario, the complex functionality you have automated in your project?
in qtp if we record a object and we record the object using virtual wizard then by which way the object is recognized that means recorded
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this
What is a programmatic description?
what is the difference between built-i function and In-built function?