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

1 Answer

0 votes
by
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

+1 vote
asked Jan 16, 2020 in QuickTest Professional (QTP) by JackTerrance
0 votes
asked Oct 23, 2023 in Laravel by rajeshsharma
...