Visual Basic |
---|
Public Property RunAllLocally As Boolean |
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.