How to handle the exceptions using recovery scenario
manager In QTP?
Answer Posted / mano
This is correct one . For Example how to use
Dim qtApp
Set qtApp = CreateObject("QuickTest.Application")
qtApp.Test.Settings.Recovery.Enabled = True
qtApp.Test.Settings.Recovery.SetActivationMode "OnError"
qtApp.Test.Settings.Recovery.Add "C:\qtp\recovery.qrs",
"Recovery", 1
qtApp.Test.Settings.Recovery.Item(1).Enabled = True
‘Above statement will enable recovery file for specific test.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Please Don't mind .i want in detail the real time process i.e in each document what it contains.
What is the difference between analog and low level recording?
How many types of recording facility are available in quicktest professional (qtp)?
Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?
When using descriptive programming?
Explain about datafile/verification of date file when file is not available in local system?
Explain the checkpoint in qtp?
i am new QTP... please tell me automation frameworks , types & for whiich type of applications frameworks are used & how to generate script in keyword driven framework
• What type of testing questions will be asked for 2+ yrs exp people in interview?
How many lines of code in each script of QTP?
How is a Step generator used in UFT?
What is different command used in command Prompt while using QTP?
Both static and dynamic arrays are handled by the vb script. Is it true?
What is 'sleep' in sync point?
How the exception handling can be done using quicktest professional (qtp)?