what is descriptive programming in QTP? How can be done?
Answer Posted / vinayak
If suppose properties of any objects are dynamically
changing and you dont want them to use through obcect
repository at that time only you are in need of Descriptive
programming.
Even if object is not prssent in to objectvrepository that
time too you can use them, you just need to hardcode them
in your script.You need to give their property and value in
svcript itself.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
If I give some thousand tests to execute in two days what do you do?
can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?
What are the key elements available in test result window?
Without using gui map editor we can recognize the application in winrunner ?
To which environments does quicktest professional (qtp) supports?
What are the different recording modes?
How does qtp recognize objects in aut?
Discuss the QTP Environment?
how interviews will be on QTP?
Explain the concept of object repository and how quicktest professional recognises objects?
How to delete an object from the object repository?
What is difference between Recording time object identification and Run time (Execution) time.
What are the views available in quicktest professional (qtp)?
What is test object?
I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so