01-20-2011, 07:31 PM
hi,
write the code in any text file save the file with .vbs and run the file by double clicking on it.
this code with run the mentioned test in the path above and close the qtp after execution.
Code:
set qtpapp=CreateObject("Quicktest.Application")
qtpapp.Open "c:abc\test1"
qtpapp.Visible=True
qtpapp.Test Run
qtpapp.Quit
set qtpapp=Nothing
write the code in any text file save the file with .vbs and run the file by double clicking on it.
this code with run the mentioned test in the path above and close the qtp after execution.