Micro Focus QTP (UFT) Forums
Default recovery scenario - 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: Default recovery scenario (/Thread-Default-recovery-scenario)



Default recovery scenario - TurtleRock - 05-23-2014

Hi Friends,

I have a set of some 30 QTP test scripts and want to add a particular recovery scenario to all of them at once insead of opening them seperatly and then adding.


RE: Default recovery scenario - Tarik Sheth - 05-30-2014

Hi,

I assume you need same recovery scenario in all the scripts?
I am not sure of the other way but you need to add it for each script properties.

Else. Create a generic function for handling an exception and call it in every script where ever you would like to handle.