RunAllLocally Property
Description
Indicates if all tests are to be run on the local host.
Property type
Read-write property
Syntax
Visual Basic
Public Property RunAllLocally As Boolean
Remarks

To run all the test instances in the test set on the local host, set RunAllLocally = True.

If you specify a host for each test instances using RunOnHost, set RunAllLocally = False.

If you specify a remote host to run all the test instances using TdHostName, do not set RunAllLocally at all.

See Also