You are on page 1of 1

Batch file Dim qtpapp,qtptest Set qtpapp=createobject(quicktest.application) Qtpapp.launch Qtpapp.visible=true Qtpapp.open c:\prog\tests\ex1,true Set qtptest=qtpapp.test Qtptest.run Qtptest.close Qtpapp.

open c:\prog\tests\ex2,true Set qtptest=qtpapp.test Qtptest.run Qtptest.close Qtpapp.quit :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Save the file as abc.vbs Note 1:it is used to run the batch script without even interacting Qtp. Note 2:By default total script can be run at a time

You might also like