How to capture screenshots of Exceptions/Errors during run-
time?

Answers were Sorted based on User's Feedback



How to capture screenshots of Exceptions/Errors during run- time?..

Answer / julia

Hello,

In QTP8.2, we can choose the run setting:
Test -> settings -> Run tab -> set ON save image of desktop
when error occurs checkbox

In QTP 9.2, follow the below navigation:
Tools -> Options -> Run tab -> In the drop down list
box "On Error"(default) is selected for "Save step screen
capture to results"

Is This Answer Correct ?    15 Yes 2 No

How to capture screenshots of Exceptions/Errors during run- time?..

Answer / anil

There will be a syntax in QTP for capturing
the Exceptions in Runtime by
if (error occurs...) then
capturebitmapimage("c:\....")
end if

Is This Answer Correct ?    9 Yes 0 No

How to capture screenshots of Exceptions/Errors during run- time?..

Answer / ravi_kanakam

When error occurs you can take screenshot of the desktop
and send the bitmap to result file.

if error occurs then

Desktop.CaptureBitmap("c:\bitmap.bmp")

Reporter.ReportEvent micFail, "Error Name", "&lt;<img
src="c:\bitmap.bmp>"

end if

The above code will send the screen shot to the Result File.

Is This Answer Correct ?    8 Yes 1 No

How to capture screenshots of Exceptions/Errors during run- time?..

Answer / arunsingh

By using object.capturebitmap("c:\snap.bmp")
we can capture the screenshots of any screen at runtime.

Is This Answer Correct ?    6 Yes 0 No

How to capture screenshots of Exceptions/Errors during run- time?..

Answer / srikanth

Thanks Sridhar,

But im asking in QTP through script without tester
interaction

Is This Answer Correct ?    5 Yes 2 No

How to capture screenshots of Exceptions/Errors during run- time?..

Answer / giridhar reddy

if you QTP is associated with Quality Center then it will
take the screen shot automatically by setting an option in
the settings/run... but I am also looking for with out
Quality center I have come across with an option in
checkpoints properties to capture the screen Image... I am
doing some sort of research once I get thru it I will
definetly let you guys know..

Is This Answer Correct ?    2 Yes 1 No

How to capture screenshots of Exceptions/Errors during run- time?..

Answer / dilip

thanks julia

Is This Answer Correct ?    0 Yes 0 No

How to capture screenshots of Exceptions/Errors during run- time?..

Answer / amita

Can any one explain the same with qtp10

Is This Answer Correct ?    0 Yes 0 No

How to capture screenshots of Exceptions/Errors during run- time?..

Answer / mangesh

YOU CHECK IN RESULT OF YOU QTP SCREEN SHOT IS THERE

Is This Answer Correct ?    0 Yes 4 No

How to capture screenshots of Exceptions/Errors during run- time?..

Answer / guest

Hey I don't think that it is possible.
After all QTP is automation tool...it doesn't think like
human brain...you have to feed it all the scenarios,then
only it will follow the instructions.

Go to Tools>Recovery scenario manager : here you can give
the instructions to QPT to respond to errors.

Is This Answer Correct ?    1 Yes 8 No

Post New Answer

More QTP Interview Questions

Hi im new in Testing..can any one plz re-write this code SystemUtil.Run "C:\Program Files\Mozilla Firefox\firefox.exe","","C:\Program Files\Mozilla Firefox","open" ----using for loop(for i=0;i<=10;i++ )

2 Answers  


difference between multiple parameterization and data driven wizard in QTP?

1 Answers  


Login to flight app, in window flight reservation set the date field and select flyfrom as Frankfurt and verify whether flyto list box has the item FrankFurt, log the results.

1 Answers   Cap Gemini,


plz can any one send me what is Automation Testing Frameworks.. Thanks in advance

1 Answers  


How does QTP identifies the object in the application

6 Answers   Convergys,


how can i impliment error handling in QTP?

5 Answers   Ordain Solutions,


hi Sudhananda reddy, in my resume, i written as , I Am working as a Test Engineer for xyz company. IS IT RIGHT OR WRONG? WHAT IS THE ACTUAL meaning of "IN XYZ COMPANY", "FOR XYZ COMPANY", "WITH XYZ COMPANY".

2 Answers  


In qtp what type of data tables are used , name and list out them

1 Answers   Polaris,


Friends please let me know how id following possible in QTP: Can I apply conditional loop on a bitmap/image or any other checkpoint. Like if checkpoint passes then if or Else

2 Answers  


How u call functions in QTP Function to calculate the length of characters in a word -

5 Answers  


What is the parameterization? Give one example?

0 Answers  


Per-Action Vs Shared repository?

5 Answers  


Categories