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