how can we handle exceptional handling in qtp

Answers were Sorted based on User's Feedback



how can we handle exceptional handling in qtp..

Answer / siva krishna

We can handle exceptional handling in qtp by using
Recoery Scenarios and the next one is by using "ON ERROR
RESUME NEXT".I think both these are the methods we actually
have in QTP with exceptional handling.Let me know if any
mistakes are there.

Is This Answer Correct ?    4 Yes 0 No

how can we handle exceptional handling in qtp..

Answer / softwaretester4u

Hi we can handle exception handing through recovery
scenarios ,after creation of recovery scenarios ,call the
settings ,resource tab

Is This Answer Correct ?    2 Yes 0 No

how can we handle exceptional handling in qtp..

Answer / mogal

We can handle exceptions siuing below ways
1.On Error Resume Next - Skip the Error and continue the next stpes of execution
2. Recovery Scenarios
Select Resources > Recovery Scenario Manager. Create new Scenario > Specify the Trigger Event > Specify the Recovery Operation > Specify Post-recovery test run options
3. Conditional Statements ( If, ElseIf,Else,Do,While,...)
4.Synchronization Methods (Wait,WaitProperty,Sync,Exist)

Is This Answer Correct ?    1 Yes 0 No

how can we handle exceptional handling in qtp..

Answer / raveendran

You can handle expeption in your script using If..Then
statement, or you can use .Exist statement, If any know
error message which you fell it occur, you can use
this .exist stmt to close that window.

You can use recovery scenario (.qrs file) record your
recover scenario and makesure that you are loaded that .qrs
filr into your QTP window whenever you run the test, if any
problem occur during run, it use that recovery scenario to
recover from failure.

Is This Answer Correct ?    0 Yes 0 No

how can we handle exceptional handling in qtp..

Answer / denis parker

Scripting related exceptions can be handled in two ways:
1. On Error Resume Next - To Suppress error and proceed the script execution

2. On Error GoTo 0 - To express (or prompt) the error and proceed or stop the script execution based on user selections in the error prompting message box.

Generic Application (outside the scripting)related exceptions can be handled in more ways (but listed here 3 ways):

1. Recovery Scenario
2. Conditional Statements
3. Using "Exist" method

Is This Answer Correct ?    0 Yes 0 No

how can we handle exceptional handling in qtp..

Answer / saket

We can handle exceptional handling using the VB scripts to
some extent.All procedure which are prone to exception can
be kept in a if-then loop and depending upon the result of
the operation,either proper error message can be displayed
or next procedure can be executed.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More QTP Interview Questions

Maximum synchronizing time out in QTP

3 Answers   Kanbay,


What are software testing metrics

3 Answers  


An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))

0 Answers   HCL,


After running scripts how you report results ,there is any specific report form

5 Answers   Novartis,


Test Life cycle starts IS it Requirments stage or Test Initiation?

1 Answers  






there are having 10 checkboxes..how can i check only first 5 check boxes by using descriptive programing..

10 Answers   HealthAsyst,


can objects recogonised without repository?

10 Answers   AZTEC,


Distinguish between manual testing and automation testing

2 Answers   HCL,


What is the latest version of qtp?

0 Answers  


Syntax for how to call one script from another? and Syntax to call one "Action" in another?

3 Answers  


Hi Small doubt . i am working as Contract employee in XYZ comany thrw ABC Consultancy. so. How i write my resume ? In Professional experience Column. plz send urgent

2 Answers  


In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field and so on. how we can handle this scenerio thru Descriptive programming?

0 Answers  


Categories