Using AOM with QTP/UFT to run on remote computer?
Question ID: 105621
0
0

I am trying to use AOM to write a script that runs on a remote machine. I know I need to create the QuickTest.Applicaton object, but how do I tell it to work with a different machine?

Marked as spam
Posted by (Questions: 227, Answers: 22)
Asked on October 20, 2014 6:40 pm
117 views
Answers (1)
1
Private answer

Just pass the name of the machine as an argument for the QuickTest.Application object. Let's say that you want to run it on a computer called 'MyServer':

Dim qtApp
Set qtApp = CreateObject(''QuickTest.Application'', ''MyServer'')

Marked as spam
Posted by (Questions: 2, Answers: 477)
Answered on October 20, 2014 6:41 pm
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top