01-06-2012, 05:00 AM
Here's the command I used to open then run QTP's Test Batch Runner from the command line:
That command will first open the Test Batch Runner program, then open your saved test batch in that same program, then run them. This command can also be run through Window's Task Scheduler.
Code:
"C:\Program Files (x86)\HP\QuickTest Professional\bin\AQTBatch.exe" "C:\Users\[You]\Documents\Batches\My Batch Test.mtb" -r
That command will first open the Test Batch Runner program, then open your saved test batch in that same program, then run them. This command can also be run through Window's Task Scheduler.