RunEnvironmentManager Method

Applies to TestComplete 14.40, last modified on April 22, 2021
This method is obsolete. See the Remarks section below.

Description

Use the RunEnvironmentManager method to run tests assigned to CrossBrowserTesting environments in your project suite. The method does not pause the program execution until the execution of all enabled tests in all enabled environments in your project suite is over. The method returns immediately after the test run starts. If the method cannot initiate the test run, an error occurs. You can handle it using the means of the scripting language you use (see Handling Exceptions in Scripts).

Declaration

IntegrationObj.RunEnvironmentManager()

IntegrationObj An expression, variable or parameter that specifies a reference to an Integration object
Result None

Applies To

The method is applied to the following object:

Result Value

None.

Remarks

This method is obsolete. It is supported for backward compatibility only.

See Also

RunCrossBrowserTesting Method
Working With TestComplete via COM - Overview
Integration With CrossBrowserTesting.com

Highlight search results