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
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?
How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?
Give me some real time point of way where exactly we can conduct audits?
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?
Hi this is chandra if any one have Navigation of LAB QTP, I want Navigation of those tools, if any one have the and know the Navigation each and every part of the QTP, plz send me my mail naruboinac@yahoo. com,naruboinas@ gmail.com
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
What is a reusable action?
How to open a new test using quicktest professional (qtp)?
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.
Dear Friends, I having total 3+year experience in manual testing including automation testing QTP, if i am attending any interview what kind of question will i get? please help me out
Can anybody post some real time scenario in qtp? please its very urgent.
images are dynamically changes how to compare two images with out using the bitmap
can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?
Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)
If you have two monitors one is of 19inch and the 2nd one is of 24inch,if you want to write same QTP script in both the two monitors is there any changes required in the script?