0 votes
in QuickTest Professional (QTP) by

How can you handle exceptions in QTP?

1 Answer

0 votes
by
In QTP Exceptional handling is done by using

a. Recovery Scenarios.

b. Using “On Error” statement

In Recovery scenario you have to define.

1. Triggered Events.

2. Recovery steps.

3. Post Recovery Test-Run.

At Script Level you can use the On Error Resume Next and On Error Go to 0 statement.

Related questions

+1 vote
asked Jan 16, 2020 in QuickTest Professional (QTP) by JackTerrance
0 votes
asked Aug 30, 2020 in Python by sharadyadav1986
...