Micro Focus QTP (UFT) Forums
Is it possible to record a QTP run session - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: Is it possible to record a QTP run session (/Thread-Is-it-possible-to-record-a-QTP-run-session)



Is it possible to record a QTP run session - kp.naravi - 06-05-2008

Hi,

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


RE: Is it possible to record a QTP run session - Ankur - 06-06-2008

May i know what do you want to achieve by "recording" run session?

On other note, screen recording softwares like camtasia might be helpful for your needs.


RE: Is it possible to record a QTP run session - kp.naravi - 06-06-2008

Thanks,

I got the solution for our problem. Thanks for your note. I will check that software.