When working with TestComplete, you may need to store test data along with the test, or you may need to store some test data specific to each TestComplete project. For this purpose, TestComplete provides you with a number of variable types that can store data in the most frequently used data types, for example, String, Integer, Variant and so on. Using these variables you can also store data specific to different test elements: projects, keyword tests and so on.
In This Section
Provides detailed information on the variable collections available in TestComplete.
Provides detailed information on data types available for TestComplete variables.
Related Topics of Interest
Using Environment Variables in Automated Tests
Explains how to get environment variable values in automated tests.