why use Description programming? what is advantages and
disadvantage of this methods?
Answer Posted / uday
DP is useful when the application is not ready(built), and
we know all properties of the objects used in that
application.
Assume you have a page in which there are 50 checkboxes.
You want to select all the checkboxes. You can do this
better using DP.
While running scripts, it is little faster of execution if
you use dynamic DP than OR, since to build the object, QTP
has look for that object in OR, retrieve the object
properties and build the object. Where as in dynamic DP,
properties are provided on the object itself.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Write a script to customize the test results in PDF and HTML format.
How is UFT 11.5 version different from UFT 12.0?
If you giving priority as p0, as a developer if I give priority as p2, What happens In user defined function ?
I want to know can we integrate visual source safe tool with QTP and QC for our version controlling process? WE know QTP and QC 10.0 version is having the version control inbuilt in it but I want to know the merits and demerits of the inbuilt version control tool and the visual source safe tool using QTP and QC.
Where we use data driver in qtp?
How to use reporter.report event in qtp ?
Please guide me release notes of Automation once scripts are completed
What is object spy in quicktest professional?
Can any suggest me what is exposure testing?
How to start recording using quicktest professional (qtp)?
WHAT IS THE DIFFERENCE BETWEEN QTP SCRIPT AND VB SCRIPT? HOW MUCH PERCENTAGE WE USE IN QTP SCRIPT REAL TIME AND HOW MUCH PERCEN OF VB SCRIPT,,,,,,,
what is the difference between data driver & data driven and driver script?
Differences between text and test area checkpoints?
what is keyword driven testing in qtp?n how is it useful?
How you create new action in qtp?