RunOnHost Property
Description
The host on which to execute the test instance.
Property type
Read-write property
Syntax
Visual Basic
Public Property RunOnHost( _
   ByVal TSTestId As Variant _
) As String
Parameters
TSTestId
The ID of the test instance (TSTest).
Remarks

Setting this value is required if no TSTest.HostName is empty and RunAllLocally is False.

If TSTest.HostName is set, setting RunOnHost overrides the setting for this run.

See Also