Micro Focus QTP (UFT) Forums
"How to write Batch Script runner program" - 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: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming)
+--- Thread: "How to write Batch Script runner program" (/Thread-How-to-write-Batch-Script-runner-program)



"How to write Batch Script runner program" - suresz449 - 12-19-2011

Hi Folks,

I wrote the test scripts for individual module and saved in particular location now, I need to run all the scripts one by one without human interaction for this I need to use Batch runner program so can you help me how to write batch runner script program.


RE: "How to write Batch Script runner program" - sshukla12 - 12-19-2011

U can use Test batch runner from Progams->qtp->tools->Test batch runner

Regards,
Sankalp


RE: "How to write Batch Script runner program" - Munna.Sarfraz - 12-19-2011

Hi,
Better option is to use Framework for executing all scripts in un-attendant mode.
In the framework you’ll have to implement Recovery scenario. In case of failure or unwanted exception Recovery Scenario will move the execution to next Test Case.

Regards,
Munna Sarfraz