06-05-2008, 04:41 PM
Hi,
I am using QTP v 9.5 (Trial). I am automating QTP using VB script. code snippet is as follows:
On running this vb script, QTP will launch and run the selected script.
Is there any option to 'record' this run session (something like qtApp.test.record).
I know that we can directly save any session using the option "Save As".
Please help me in this regard.
Thanks,
KP
I am using QTP v 9.5 (Trial). I am automating QTP using VB script. code snippet is as follows:
Code:
Set qtApp= CreateObject("QuickTest.Application")
qtApp.Launch
qtApp.Visible = False
qtApp.Open "Path of the script"
qtApp.test.run
On running this vb script, QTP will launch and run the selected script.
Is there any option to 'record' this run session (something like qtApp.test.record).
I know that we can directly save any session using the option "Save As".
Please help me in this regard.
Thanks,
KP