+1 vote
in QuickTest Professional (QTP) by (1.8k points)
What are the methods used in UFT to handle exceptions or run-time errors?

1 Answer

0 votes
by (1.8k points)
In UFT, we have two methods to handle run-time errors or exceptions.

They are:

Creating a recovery scenario and including (linking) the same in each test script.

By using ‘On Error Resume next’ statement, execution of the script jumps to the next immediate statement in spite of the exception statement.

Related questions

...