anybody give me the real time example for descriptive
programming of web application
Answer Posted / nash
Descriptive programming means nothing but loading the object
respository by writing code not by recording..
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Is there any relation between Keyword Driven Framework and Recording modes provided in QTP( whether Recording modes are applied on keyword driven framework or not?)
What is the syntax to call one action in another?
What are the five challenges you faced in QTP?
Hi, While recording a Jave based web application, its recording all my actions and the objects.And I have 5 WebEdit objects on the page and all are recorded. But while execution, at the 2 WebEdit object, its entering the value into the object (Its making a call to the AJAX, matching the value), when the control get out of this object the value is erased or cleared. Could anyone please help. I have recoreded 5 more scenarios where WebEdit is in the picture on different webpages and all are working fine. Here is my Script: Browser("Sign In").Page("Matching Workbench_3").WebEdit ("locationLookup").Set "0320 - SEATTLE-KM" Browser("Sign In").Page("Matching Workbench_3").WebEdit ("supplierNameLookup").Set "TRAMMO PETROLEUM INC" *** SupplierNameLookup is the object, which is haing an issue. And also I was using the SendString function, but it didnt work.
How to run a test using quicktest professional (qtp)?
How you can find length of array in qtp?
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
Diff b/w Health care domain and Banking Domain?
How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?
what is clean sweep?
Explain about the test fusion report of quicktest professional (qtp)?
What is the Difference between copy to action and call to action?
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading
Why qtp always start action1 and does not start action?
How to use reporter.report event in qtp ?