Submitted Questions

  • How to record the QTP run session using vb script?

    Hi all,I am using vb script to run qtp scripts. code isSet qtApp= CreateObject("QuickTest.Application")qtApp.LaunchqtApp.Visible = FalseqtApp.Open "Path of the script"qtApp.test.runThis 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...