How to remotely run on a pc using runtime engine?
Category:
Question ID: 108903
0
0

How to I remotely run a test on a runtime engine pc?

Marked as spam
Posted by (Questions: 227, Answers: 22)
Asked on March 13, 2019 12:01 am
42 views
Answers (1)
0
Private answer

Use the AOM (Application Object Model) for UFT and specify the machine or ip address as a second parameter in the CreateObject(''QuickTest.Application'') step. For Example:

Set qtApp = CreateObject(''QuickTest.Application'',''192.168.0.1'')

or

Set qtApp = CreateObject(''QuickTest.Application'',''MyUFTMachine'')

Marked as spam
Posted by (Questions: 2, Answers: 477)
Answered on March 13, 2019 12:04 am
EyeOnTesting

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

X
Scroll to Top