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 ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain about business process component? types and usage?
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
Hi Every body please explain me in steps to use checkpoints and object Repositories in QTP for Flight Reservation application please tell me the steps for this its urgent pls thanx for urs answers
Have you used xml check point in your project? How?
How to run a test using quicktest professional?
Describe how Smart Identification is used
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.
In qtp, explain what is crypt object
how to convert 100 into hundred repees only and viceversa
What are the common defects found in your project? (in qtp interview)
Hi I have exp in manual testing and planning to move in automation testing qtp(9.2).So can help me how to automate customer relationship management tool using qtp and vb script this tool already developed so how can I test it whatever maintaining by development team like documents,various options just give the whole life cycle thanks in advance
Hi All, issue is related to handling pop up script generated in IE, and run on mozilla. In App Under Test, when we get the alert pop ups, we just click ok button. if we need to run the same code on mozilla it will not identify . so we will check browser if browser(*).dialog(IE object).exits browser(*).dialog(IE object).winbutton(OK).click else 'by default mozilla browser(*).dialog(mozilla object).page(*).webbutton(OK).CLICK END IF But my qustion is. Do we write the above piece of code where ever we get such kind of pop ups from the application like alert pop up, confirmation pop up.... OR do we have any other alternative way to do this by using any functions in Recovery Scebarios? If Any of u know idea please do help me in this regard. or send answer to kravimb@gmail.com
How many types of actions are there in quicktest professional (qtp)?
When you open QTP, how many sheets you can see?
How to use output values in qtp ?