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 Jobs object contains the following properties:
Property List
Name | Description |
---|---|
Count |
Returns the number of jobs in the job collection. |
ItemByName |
Returns a job specified by its name in the job collection. |
Items |
Returns a job specified by its index in the job collection. |