What is descriptive programming?
Answers were Sorted based on User's Feedback
Answer / p
Typically an object nd its properties are recorded in object repository to enable QTP,but using descriptive programming we donot store the object & its property value in OR but mention the property value in the script.
It helps to recognize dynamic objects.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the diff between manual test plan document and automation test plan doc.can u explain indetail.
what are the areas that cannot be tested using an automated tool? list a few
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object..
write a script to verify the image path(src property) of the images which are in web pages.(do it by Descriptive method by creating a description object)
What is the advantage of associating a procedure with a test object?
Suggest and Define a solution for an application whose objects are not recognized by UFT?
How to execute a winrunner script in quicktest professional (qtp)?
In QTP, If you have list of checkboxes, how can i select a particular checkbox and delete if the checkboxes are changing dynamically?
How can you give wait up to 10 seconds in qtp?
Where we use data driver in qtp?
How can we parameterize our test, values in flat file. Ex:- Values in notepad, with that values i want to parameterize the test.
In application have 2 list box oppsite list box two edit box is there.so now through using DP how can we select 3 opption in first list box and 2box semect 4 opption.in edit box also we have to write 25 ,28.how can we do this