what is descriptive programming in QTP? How can be done?
Answer Posted / vikas choubey
It doesn’t require recording the page and so no need
worry about object repository.
You can optimize your code.
Before starting descriptive programming you need to know
about object properties and their values, using object spy
you can see each object’s properties.
DP can be written in two ways..
1. Static (by provide the set of properties and values directly)
2. Dynamic (by creating description object)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to create flat file datasubmission in qtp
How do you check ticket cost and ticket number in flight application?
What is 'sleep' in sync point?
explain abt dyanamic changing object with example?
How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.
Which scripting language used by quicktest professional (qtp)?
How to find array size in qtp?
Could anyone help me for the below scenario: i am using the descriptive programming for my account, in which we have to generate the contract in the MS-word. when i generate this doc, we need to click on enable macros to continue further. but i am unable to make qtp to click on this. if anybody faced the problem like this??? pls help to get it resolved? Thanks in advance
hou can we use vb script in qtp could u tell me breafly
can any body tell me how i create a simple script and apply output value on it .pls send me a step by step process
What are the views available in quicktest professional (qtp)?
I have 5 save buttons in 5 tabs . The tabs are placed one after the other. My object repository have these added as 5 save buttons with name sav1, save 2, save 3 , save 4, save 5 .all are getting highlighted from OR but they are not getting clicked. After spying each button all the properties are same except First button Index 0 html id:=btnSaveTab1 outerhtml:=", Second button "html id:=btnSave "outerhtml:=", Third button "html id:=", outerhtml:=",
Hi all Can u give me the link where we can download full version of qtp my mail id is karthic.venkitapathi@gmail.com
How will you find the current time of the remote machine using QTP script?
How to use conditional loops in qtp ?