how can we handle exceptional handling in qtp
Answer Posted / denis parker
Scripting related exceptions can be handled in two ways:
1. On Error Resume Next - To Suppress error and proceed the script execution
2. On Error GoTo 0 - To express (or prompt) the error and proceed or stop the script execution based on user selections in the error prompting message box.
Generic Application (outside the scripting)related exceptions can be handled in more ways (but listed here 3 ways):
1. Recovery Scenario
2. Conditional Statements
3. Using "Exist" method
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How does you test a weblink which is changing dynamically?
What is recovery scenario in qtp?
i can done the project with QTP in that time i can say how many members in my team size?
What is the difference between call to existing action and copy of an action?
What are output values and why they are used ?
Through array we can execute the testcase how ? give me example
What is checkpoints for quicktest professional (qtp)?
write a script for allinterview-submit Question first we've to select Choose Category,second select Sub- Category(Which is comes in to runtime)third select Question Type.for that give some descriptive and vb script
What is the difference between the keyword view and expert view?
Why we load add-ins in qtp?
What is a reusable action?
How do you know the location Id of an object if you know its index id?
banking project description for software tester
How can we conduct U-I Testing by using QTP??????
Explain how you can find length of array in qtp?