Micro Focus QTP (UFT) Forums
Launching QTP Recording from vbscript - 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: Launching QTP Recording from vbscript (/Thread-Launching-QTP-Recording-from-vbscript)



Launching QTP Recording from vbscript - Sborrus - 09-13-2010

Is there the possibility to create an external vbscript in order to launch QTP Recording in the following way:

Code:
Set qtApp = CreateObject("QuickTest.Application")
qtApp.Launch

qtApp.Record ' <----- I DON'T KNOW IF EXISTS A COMMAND LIKE THIS


Thanks,
S.


RE: Launching QTP Recording from vbscript - daveG - 09-14-2010

Hi SBorrus,
Don't know if this is possible to record but it's definitely possible to play tests as I just implemented a QTP launcher for XStudio ([Link Removed : Saket]).


RE: Launching QTP Recording from vbscript - Sborrus - 09-15-2010

ooops.. Surreptitious advertising :-)

yes i know about launching a test...the interesting thing would be launching the recording function of QTP


RE: Launching QTP Recording from vbscript - Saket - 09-15-2010

I think its not possible to record a test in AOM.