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 Job object contains the following methods:
Method List
Name | Description |
---|---|
Run |
Runs all the enabled tasks defined in the given job simultaneously. |
Stop |
Stops execution of the given job. |
Verify |
Checks whether the network suite can run the given job. |
WaitForState |
Delays script execution until the given job reaches the specified state, unless the specified time limit is reached first. |