Answer Posted / mogal
Exception Handling is done in QTP by using
1.Recovery scenorios(Resources-->Recovery scenario Manager-->)
a.Triggered Event
b.Recovery operation
c.post recovery operation
2.synchronization methods(wait,wait property,exists like methods etc)
3. conditional statements( if,for,while etc)
4. on error resume next and on error goto 0.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
When ‘option explicit’ keyword is used in qtp?
Mention the test steps of qtp.
How many types of object repository in qtp?
How to create a standard checkpoint ?
Explain different types of checkpoints?
Is it possible to merge two object repository files in qtp?
How does qtp identify the object in the application?
Please provide specific examples of advanced/creative usage of QTP, including how impact & benefits for your project
what is vmodel?advantages and disadvantages of vmodel?
Explain object spy in qtp.
How to indentify MS-Word objects like Menubar, Toolbar, table/columns/rows/cells etc within Word document, using QTP?
How Can I find the least value in a bunch of variables using qtp.. E.g.:- A = 210, B = 212, C = 60, D = 111 I don’t want to write bunch of lines for this…. Is there a way to get the result in one line…..
What is test object?
What are the two types of repositories available, explain them?
How did you resolve conflicts present in Object Repository?