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