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 methods:
Method List
Name | Description |
---|---|
Run
|
Runs the given task. |
Stop
|
Stops execution of the given task. |
Verify
|
Checks whether the network suite can run the given task. |
WaitForState
|
Delays script execution until the given task reaches the specified state, unless the specified time limit is reached first. |