what is descriptive programming in QTP? How can be done?
Answer Posted / john
There are two ways, QTP uses to recognize the objects
present in your application.
1. Object Repository (OR)
2. Descriptive Programming (DP)
First let see how OR works. OR is the simple and default way
of object identification in QTP. OR stores groups of
properties and values of every object. While you record on
application, all the objects you click, are stored in Object
Repository.
During the play back QTP use this OR to identify the object
on which the action is to be performed.
What is Descriptive programming (DP)?
We'll use DP when we want to bypass OR. Descriptive
programming is used when we want to perform an operation on
an object that is not stored in the object repository. This
way QTP won’t search....
For full article, refer below link..
http://qtpschools.blogspot.com/2011/03/descriptive-programming-part-1.html
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the different ways to invoke an application using QTP?
How can you close the second opened browser?
how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?
How do you create regression test packs?
Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link
What is test object model in quicktest professional (qtp)?
What is keyword driven framework?
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
How to handle dynamic objects in quicktest professional?
How to use output values in qtp ?
I had installed QTP 9.2. It is working fine but whenever I open QTP, it is trying to reinstall the below-mentioned files again and again "QTP92PS82UPGRADE.exe", "recogn.dll". If anybody has these files, please provide those files in this site or you can send that files to my mail id also (lravi4u@yahoo.com). If you don't know where the files will be in the QTP, search in the QTP software CD or path of QTP program installed (C:\Program Files\Mercury Interactive\QuickTest Professional)
How to use debug tools?
What is regular expression?
Which environments are supported by hp qtp?
Explain in brief about the quicktest professional (qtp) automation object model?