Quality Testing

Quality is delighting customers

Hi,
I have installed QTP in server and nothing was installed in Client Machine.I wanted to execute QTP remotely.So i wrote a vbs file in client to invoke qtp in server.
Dim qtApp 'As QuickTest.Application '
Set qtApp = CreateObject("QuickTest.Application","itc-phaam01001") ' Create the Application object
qtApp.Launch ' Start QuickTest (with the correct add-ins loaded)
qtApp.Visible = True ' Make the QuickTest application visible
Set qtApp = Nothing ' Release the Application objec

QTP was invoked in backend i can view in process tab at task manager but after sometimes system is giving error in client machine Active x cant create object quicktest.application

Views: 118

Reply to This

Replies to This Discussion

You can't create the object until unless the DCOM server is registered on your machine as well. You don't need to install QTP but you need install the QTPServer. You need to register the below 2 files on the system

 

"C:\Program Files\HP\QuickTest Professional\bin\AQTRmtAgent.exe" /regserver

"C:\Program Files\HP\QuickTest Professional\bin\QTAutomationAgent.exe" /regserver

 

RSS

TTWT Magazine

Advertisement

You Can


Call for Articles

Advertisement

Videos

  • Add Videos
  • View All

Badge

Loading…

© 2012   Created by Quality Testing.

Badges  |  Report an Issue  |  Terms of Service