Solved
Forum Discussion
Marsha_R
Champion Level 3
6 years agoYou can create and set variables using these
https://support.smartbear.com/testcomplete/docs/reference/program-objects/variables/index.html
You can use the Storages object to either read an INI file or an XML file. You can also create a TestComplete custom binary file or store the information in a registry. I, personally, use the INI file method to read configuration settings from a file before starting a test.
You can create and set variables using these
https://support.smartbear.com/testcomplete/docs/reference/program-objects/variables/index.html