what is descriptive programming in QTP? How can be done?
Answer Posted / vijendra
Writing the scripting even though the objects are not
existing in the object repository(Those may be at
development level) it occurs based on the prototypes.
For script creation we use description.create
ex: set mywindow=description.create
mywindow("text").value=login
| Is This Answer Correct ? | 21 Yes | 8 No |
Post New Answer View All Answers
Can U Explain about QTP tool from older version to latest version also its differences?
how to know no.of mails in our g mail by using vb-script
Explain process of smart Identification in QTP?
how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page
Will down time for server and content maintenance/upgrades be allowed? how much?
For which type of projects the iterative model is not suitable?
How to test fly out menu in qtp?
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format, if possible, kinldy mail PDF file to my mail-ID: ramakrishna908@gmail.com Regards, krishna.
what is the difference between data driver & data driven and driver script?
How is the Bitmap checkpoint different from Image checkpoint?
1.How do u prepare the test suits in QC? 2.How do u convert requirements to test plan in QC?
How we can use the database checkpoint on a java web based application in which the database connectivity is done using JDBC->Pure Java type (in this type there is no need to create a DSN). At present in QTP we can fetch database values using checkpoint only through DSN. Is there any programming for this if we don't have DSN (ODBC)
How will you report the bug and explain the defect tracking sheet you handled?
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
what is the diff b/w assistive and mandatary rules of object repository in QTP???