How to handle Run-time errors?
Answers were Sorted based on User's Feedback
Answer / raja83
QTP have Recovery scenerio concept we can handle run time
error through Recovery Scenario
| Is This Answer Correct ? | 4 Yes | 0 No |
there are two types of run-time errors
expected (if we know in which line of script it is occuring)
and unexpected (if we do not know the occuring place)
for expected run-time errors we will handle using VB script
like on error resume next method
for unexpected errors we will go for recovery scenario
| Is This Answer Correct ? | 3 Yes | 1 No |
What is AUT in object reposity in QTP? Why we use it in Object repository???What is full form???????
Differences between text and test area checkpoints?
How will you check that your test cases covered all the requirements?
how can we handle exceptional handling in qtp
How can I change object description or check point values in qtp?
.mtr ( modular test repository or mercury test repository) plz give correct answer??
tell me about framework types and most used framework in real time. types of output value in details. diff between wr and qtp in detail.
which checkpoint we use to validate yahoo login screen window after login with ur id and password in qtp
What are the main attributes of test automation?
What is the difference between QTP 8.2 and QTP 9.2
How to use output values in qtp ?
Give a comment on Regular Expressions using QTP?