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 |
What is the syntax to call one script from another?
Anybody explain me, the concept of checkpoint declaration in the QTP mainly for the Objects, Pages, Text and Tables ?
what is option explicit?
How many types of parameters are available in quicktest professional?
Can any body help me to write descriptive program to find a cell value (say 2 row, 3rd column) in a datatable which is creating dynamically and statically
In an application you have a web table. You are provided with an external Excel sheet with the same structure as that of the web table. How will you retrieve all data from the web table and compare it with corresponding data available in the excel sheet, using QTP? How will you report the results in QTP?
Can anyone pls tell me how to do action parameterization (input and output parameters) with respect to login window and insert order of flight reservation window in detail( pls give a clear step by step explanation with example) anyone please. Will be very thankful to u
What is the Difference between current version of QTP and QTP 8.2. Pls kidly Anybody let me know. Thanks in advance.
What is text/text area checkpoint?
Write script to fetch the data from global sheet where row number is 3 and parameter is "text"
3 Answers Accenture, Thomson Reuters,
What are "Ordinal Identifiers" and where it is used in QTP. AS FAR AS i KNOW, its is used to identify the object. but i want clarity regarding this.
What is a programmatic description?