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 |
How i can use and create Library functions in QTP and what is the proces .
how do you done Data-driven test using MS-Word Instead of DataTable
Is the provision for integrating QTP with QC ,available from the version 9.0 onwards only or even 8.2 version has such provisions?
What is the difference between Call to Action and Copy Action.?
Hi, i want download attached files in test plan area from QC to local drive in my system using QTP script. Please help me
We have 10 rows of records in data table, but we have to run 4th, 5th and 6th rows only. How can we handle this scenario in QTP?
5 Answers Accenture, Banca Sella, Polaris,
What are the QTP advantages and disadvantages?
Hoe we can export TEST RESUALT IN to XL-sheet?
from what stage you will start automation in your project
i want click on a link which is in 3rd row and 2nd column of a web table.write script to execute
what is file database
wt is the xtension of the QTP result view file?