why use Description programming? what is advantages and
disadvantage of this methods?

Answers were Sorted based on User's Feedback



why use Description programming? what is advantages and disadvantage of this methods?..

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

why use Description programming? what is advantages and disadvantage of this methods?..

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

Post New Answer

More QTP Interview Questions

What do you mean by checkpoints in qtp?

0 Answers  


what is the difference between call to copy action and call to an existing action

5 Answers  


HOW TO COUNT NUMBER OF ITEMS PRESENT IN WEB LIST

8 Answers  


what testing activities u may want to automate?

2 Answers  


What are the different ways to invoke an application using QTP?

0 Answers  






What is the extension of the recovery scenario file in qtp?

0 Answers  


How you can decide which type of object repository you have to use?

0 Answers  


how to write testcases for web based insurance,from the script by using qtp.

1 Answers  


Suppose there is a bitmap with some text in it how do you write the script to get the text.

2 Answers   BirlaSoft,


How many ways we can parameterize data in quicktest professional (qtp)?

0 Answers  


Which features or drawbacks of QTP lead to the upgrade for a newer version?

0 Answers  


I have the following Doubts Please clarify me with examples? 1.Could QTP cover entire application? or part of the application? 2.Shall we rewrite(modify) the Manual testcase to automate? 3.How can I execute my scripts through client mechine which is not having QTP installation 4.Few objects are not being identified by QTP afeter one month. what could be the reason for this (I am using trail version of 15 days)

2 Answers   Livetek,


Categories