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

It is very difficult to test in manual for that we go to DATA DRIVEN TEST.

3 Answers  


can anyone answer this question ........in the DICTIONARY OBJECT....i created the dictionary object in reserved object ok....here i have some sets of values ...now i want to retrieve the item i done too ok.......here my question is now i saved the test and close the qtp tool ,again i opened now i retrieve the same item in the dictionary is it possible ????. friends when i try to do this i am getting empty message box i mean no value will be retrieved ......ans me any one plz...

1 Answers   FSS,


write script for , launching fr window,login and create 5 elements array and store 5 order numbers inthat array? and open order by using order no.s in array and find out maximum tickets booked by which order?

1 Answers   TCS,


what is objectidentification?

2 Answers  


QTP WAS WORKING FINE BUT TODAY I GOT THE ERROR , THE MEMORY COULD NOT BE READ -REFERENCE MEMORY ,pPLEASE REPLY URGENT WHAT IS THE SOLUTON

1 Answers  






What’s the basic concept of QTP?

1 Answers  


Have you used TD?

2 Answers  


what happen in object repository(shared)if we call an existing action from an external action ? and what happen in object repository(peraction)if we call an existing action from an external action ?

2 Answers  


How we wil do data driven test using chkpts? Plz. give me complete navigation steps for this?

1 Answers  


Is it possible to change the extension of Shared object repository?

2 Answers  


In my application there is a billing thru credit card. how to validate the credit card details(min balance,credit card no,card holder name).if these details are valid then only that booking will be done.how to validate these details thru automation or manual?

1 Answers  


How did you achieve reusability via QTP?

1 Answers  


Categories