What is Descriptive Programing? In which cases, we will go
for descriptive programing?
Answers were Sorted based on User's Feedback
Answer / ashish srivastava
1.When you do not want to use the Object Repository and
want to sepcify the property value of an object by writing
on the script.In that case we use Descripting Programming
(DP)
2. When we want to create function inthe external file such
as class File Library then we use descriptive programing.
3. When we know the property value of the object that are
use in the application by the developer ,so we can start
writing the script before the application come to the AUT
(Application Under Test).In that case we can use
descriptive programming
4. When we want to reduce the size of the Object Repository
In that case we use descriptive programing
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / mahabooob
The Objects in the application are dynamic in nature and needs special handling to identify the objects ,The best example would be of clicking a link which chages acording to the user of the application.
When the objectrepository is being huge due to the number of objects being added to the application ,if the objectrepository is increase too much decrease the performance of the qtp in order to identify the object,
when the application is not developed at,writing the scripts for application is application to be up,or if we no the descriptions of the objects we can starthem of the early stage.
| Is This Answer Correct ? | 0 Yes | 2 No |
Write a Script With descriptive programming(Without Repository) to update an Update an order in Flight App and verify whether it is done successfully.(Use ChildObjects method)
Describe synchronization point.
how you update scripts in qtp?
i did B.Tech cse and i secured 76%. instead of siting at home ... i would like to do some course. can u suggest me in this.
During test run,How will you copy/paste from/to clipboard?
Can any one send me the QTP Basic Coding Samples?
how to count spaces in a given string ex: "this is jagadeesh" in QTP with simple functional script
what is the use of automation objective model?where is used? plz tell me
Hi How to retrieve data from web element line by line?
How to import excel sheet to QC?
What is your role and responsibilities in QTP with your current organization?
what is advantage of descripting programming in QTP?