NetworkSuite Object Methods

Applies to TestComplete 15.63, last modified on April 23, 2024
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 NetworkSuite object contains the following methods:

Method List

Name Description
EnterCriticalSection Requests access to a critical section until access is obtained or the specified time limit is reached.
GetRemoteOLEObject Returns an OLE object that resides on a remote computer.
LeaveCriticalSection Makes the current project leave a critical section making it possible for other projects to access this critical section.
Run Runs the network suite defined in the current project.
Stop Stops execution of the network suite defined in the current project.
Synchronize Tries to synchronize the script execution flow in the current project with script execution flows of other projects by a particular synchronization point.
Verify Checks whether the network suite defined in the current project can be run.
WaitForNetVarChange Delays script execution in the current project until the value of the specified network suite variable changes definitely or the specified time limit is reached.
WaitForState Delays script execution in the current project until the network suite reaches the specified state, unless the specified time limit is reached first.

See Also

NetworkSuite Object

Highlight search results