Why you are Using Descriptive programming instead of Object
Repository?
Answer Posted / prashanth chenna
Hi Nagaraj,
you are correct, We Using DP for the scripts whose objects
not exsisted in Object Repository.
But here Questing is In What Cases ur going for DP instead
of OR?
I think now u understnad the my Q?
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Why bpt?
i can done the project with QTP in that time i can say how many members in my team size?
What are the differences between table and db checkpoints?
Consider one application is open, clicking one menu will open another application in another browser. QTP does not catch the URL of the second browser(second application). can we capture it ?
Output values? i want a practical example
How do you do batch testing in wr & is it possible to do in qtp, if so explain?
Hi All, issue is related to handling pop up script generated in IE, and run on mozilla. In App Under Test, when we get the alert pop ups, we just click ok button. if we need to run the same code on mozilla it will not identify . so we will check browser if browser(*).dialog(IE object).exits browser(*).dialog(IE object).winbutton(OK).click else 'by default mozilla browser(*).dialog(mozilla object).page(*).webbutton(OK).CLICK END IF But my qustion is. Do we write the above piece of code where ever we get such kind of pop ups from the application like alert pop up, confirmation pop up.... OR do we have any other alternative way to do this by using any functions in Recovery Scebarios? If Any of u know idea please do help me in this regard. or send answer to kravimb@gmail.com
How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet
Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution
What is the purpose of loading qtp add-ins?
Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.
How many types of Automation frameworks are there in UFT? Describe them.
We stored into the objects OR and then write the scripting
When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti
Give the syntax to load function at run time.