[quote='Saket' pid='7359' dateline='1252473659']
hi eroshan,
it would be always better if you can paste exactly, where are you stuck , a piece of code in you bat file can give the better idea.
although you can do this using vbscript.
copy the code below and save as .vbs file, you can execute this vbs file from command prompt.
I am very new for vbs Can you explain above code.
where should i place my test file name
where should i place path of the test file
Thanks
hi eroshan,
it would be always better if you can paste exactly, where are you stuck , a piece of code in you bat file can give the better idea.
although you can do this using vbscript.
copy the code below and save as .vbs file, you can execute this vbs file from command prompt.
Code:
Dim qtpApp
Dim qtpTest
Set qtpApp = CreateObject("QuickTest.Application")
qtpApp.Open TestPath, True
Set qtpTest = qtpApp.Test
qtpTest.Run
I am very new for vbs Can you explain above code.
where should i place my test file name
where should i place path of the test file
Thanks