0 votes
in QuickTest Professional (QTP) by

What are the ways you can handle run time errors?

1 Answer

0 votes
by

There are various ways to handle run time errors

a)      Using test settings

b)      Using on error statement

c)       Using err Object

d)      Using Exit Statement

e)      Recovery Scenarios

f)       Report Object

...