Task Object Properties

Applies to TestComplete 15.63, last modified on April 23, 2024
The Network Suite functionality is deprecated. We don’t recommend using it for distributed testing. Consider using a CI/CD system for managing distributed tests. See Migrating Distributed Tests to CI/CD Systems for details. In case you need to run web tests on multiple environments in parallel, you can also try using your project’s Execution Plan.

The Task object contains the following properties:

Property List

Name Description
ActionAfterRun Specifies the action that will be performed after the task execution on the specified host is completed.
Active Specifies whether the given task is enabled or disabled.
CopyRemoteLogMode Specifies whether and when TestComplete copies the results of the task execution to the computer where the master project resides.
Host Specifies the host on which the task will be run.
HostTimeOut Specifies the time period the network suite will wait for a response form the specified host when running or verifying the given task.
Index Returns the index that the given task has in the collection of tasks defined in the particular job of the network suite.
Name Returns the unique name that the given task has in the collection of tasks defined in the particular job of the network suite.
PriorInstanceMode Specifies whether TestComplete closes the remote TestComplete (or TestExecute) instance before executing the task.
ProjectPath Specifies the path to the TestComplete project or project suite the given task will run.
RemoteApplication Specifies the testing application (TestComplete or TestExecute) that will be used on the remote workstation.
State Returns the state of the given task.
Tag Specifies an arbitrary string associated with the given task.
Test Specifies the test item to be executed by the given task.

See Also

Task Object

Highlight search results