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 |
Hi Friends, How many types of Data Bases available in market... What is the diff. while using Syabase and Oracle in a Project... ? and what is the main diff. of Syabase and Oracle databases... ? Thanx in advance..
What is Environment Variable and when we apply this in QTP?
How to indentify MS-Word objects like Menubar, Toolbar, table/columns/rows/cells etc within Word document, using QTP?
why text area checkpoints cannot used for web applications
Does quicktest professional is unicode compatible?
what is batch run ?
Can we test internet application using QTP?
Give me an example where you have used a COM interface in your QTP project?
how to write xml output check point bu useing descriptive programing .means without useing output check point
what is descriptive programming in QTP? How can be done?
distinguish between old version and new version QTP features.
If you use low level recording,what objects will be recorded in Object Repository and what properties?