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 properties:
Property List
Name | Description |
---|---|
Active |
Specifies whether the given job is enabled or disabled. |
Index |
Returns the index that the given job has in the collection of jobs defined in the network suite. |
Name |
Returns the unique name that the given job has in the collection of jobs defined in the network suite. |
State |
Returns the state of the given job. |
Tasks |
Returns the collection of tasks defined in the given job. |