Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
How to record the QTP run session using vb script?
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
Profile Answers by kp.naravi Questions by kp.naravi
Questions by kp.naravi
This Question is not yet answered!
Related Answered Questions
Related Open Questions