Answer Posted / mahaboob
ON Error Resume next is the vb script feature,it is used
for when a error is occured and you know the where the
error is occured and to resume the particular step and
continue the remaining script execution we can use the on
error resume next statement,it will handle the expected
errors.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the parameterization?
Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.
What are the types of object repositories? Which one is you are using?
How to handle dynamic objects in quicktest professional?
how will load the object during runtime?
If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?
How to customize qtp?
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 ?
How to use descriptive programming?
How will you declare a variable in qtp?
What does mean by Scope of Automation?n How we defined it?
Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.
Dear sir, i want to perform a QTP automated testing for mechancial engineering software like msc adams, msc nastran this softwares will help for mechanical engineering design analysis>> i know oad runner win runner, test director, QTp>> but i dont know how to use for automation
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.. (give a filter condition only WEbelement- not easy need to use some more property while giving filter condtions- use google for your help...))
How to do call a output parameter from one action to another action??/