Variable Collections

Applies to TestComplete 12.60, last modified on September 17, 2018

When creating tests, you may need to define some common data to be used in multiple tests or pass data between tests. For this purpose, TestComplete provides you with various types of variables:

  • Project and project suite variables store information specific to the workstation where the project or project suite is opened. They are available to all keyword tests and scripts that belong to the project or project suite. This way, project and project suite variables allow you to specify parameters common to all tests in the project or project suite or share data between tests.

  • Keyword test variables store various values during the test execution and allow you to pass data between different test operations.

  • Network suite variables are shared between the master and all slave projects during the network suite run and can be used for synchronization purposes.

In This Section

Project And Project Suite Variables

Provides detailed information on project and project suite variables.

Related Materials

Keyword Test Variables

Provides detailed information on keyword test variables.

Network Suite Variables

Provides detailed information on network suite variables.

For more information on the data types available in TestComplete, see the topics of the Variable Data Types section.

See Also

Using Variables
Project And Project Suite Variables
Network Suite Variables
Keyword Test Variables

Highlight search results