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

Explain about random testing of 500 test cases?

1 Answers   IBM,


could any help me please, how to work on visual foxpro application using UFT

0 Answers   NA,


how can i pass a "cript"as a parameter in to a function

0 Answers  


which checkpoint we use to validate yahoo login screen window after login with ur id and password in qtp

8 Answers   Covansys,


While writing script using For Next Statement in QTP, I try defining the variable in Lib File I am getting syntax error whereas if I use the variable in script file, the script works fine. Can anyone help me in finding the reason behind this?. E:g Dim intStartRow (Define in Lib File----- say abc.vbs) Dim intRow (If I define this variable in Lib file I am getting Syntax error where as if I define in the script file ---- say xyz.mts the script works fine) IntStartRow=2 For intRow = intStartRow to xlWrksht.UsedRange.Rows.Count ‘Some Code here Next

1 Answers  






How to check and display a particular word from a paragraph?

1 Answers  


What is the recovery scenario in qtp?

0 Answers  


What is Regular Expressions?

2 Answers  


terminal services client

0 Answers  


Explain advantages and disadvantages of ddf?

0 Answers  


What is API

2 Answers   Satyam,


What is the difference between byref and byval in qtp?

0 Answers  


Categories