How to record the QTP run session using vb script?

Hi all,

I am using vb script to run qtp scripts. code is

Set qtApp= CreateObject("QuickTest.Application")
qtApp.Launch
qtApp.Visible = False
qtApp.Open "Path of the script"
qtApp.test.run

This vbscript will run the selected qtp script. While qtp runs the selected script, is there any option to record the run session through vb script?? (something like qtApp.test.record)?

i know that, we can directly save the qtp script using the option "Save As".

It would be really helpful to me if some one could answer my query.

Thanks,
KP

Questions by kp.naravi

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions