How to launch QTP using VB Script?

We will see how to launch QTP using simple VB Script snippet. First we need to declare an object using below syntax: Dim qtpApp as QuickTest.Application Set qtpApp=new QuickTest.Application or Set qtpApp = CreateObject(“QuickTest.Application”) To …

Read more