why use Description programming? what is advantages and
disadvantage of this methods?
Answers were Sorted based on User's Feedback
Answer / keerthi
If at all the objects description is kept inside the
program itself then it is known as descriptive programming.
advantages:
descrptive programming execution speed is good.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / 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 |
Wt is the difference between Business Component and scripted component?
What is the difference between Normal mode and Fast mode ?
How to start recording using quicktest professional (qtp)?
How to connect to data base?
In automation testing, while doing descriptive programing; how will u get the properties of the objects in what format, what type of a document, and by whom? Pls explain in detail. Thanks a lot
Plz explain about InTERNAl Environment variable, External environment variable,builtin environment variables with examples?
What is the default add-ins in qtp?
Is there is any method how to connect remote desk throw QTP if yes please answer with a example?
Inserting a Call to Action is not importing all columns in Datatable of globalsheet. Why?
What is quick test pro? What is a quick test professional?
Where can i get the QTP tutorials. I wanna move to automation testing. Is there any book or URL, where i can find the source to read...
When and why to use descriptive programming?