Micro Focus QTP (UFT) Forums
Can we save the screen shots to a specific folder? - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: Can we save the screen shots to a specific folder? (/Thread-Can-we-save-the-screen-shots-to-a-specific-folder)



Can we save the screen shots to a specific folder? - manumace - 05-25-2009

Hi Friends,

Can anyone tell me whether we can save(export) the screen shots alone to a particular folder ie, we should be able to see the screen snaps of different iterations separately.

Expecting a replay soonCool,
Manu


RE: Can we save the screen shots to a specific folder? - sreekanth chilam - 05-26-2009

Hi ,

Use 'CaptureBitmap' method(refer Help file in QTP) , it can be done easily.


RE: Can we save the screen shots to a specific folder? - manumace - 05-27-2009

Hi,
Thankx Sreekanth for your response...but "CaptureBitmap", it is for objects na..? so do i need to give the step to take a snap of the browser in each step?

Regards,
Manu


RE: Can we save the screen shots to a specific folder? - manojith1984 - 05-27-2009

Hi,
To take the screenshot of the browser please give

Code:
Browser("").Object.CaptureBitmap "path", 1