Forum Discussion
Thanks for the reply!
I'm thinking the INI route may be the better way to go. Could you provide an example (or offer any additional insight) in the INI file? Specifically, the code that I would need to have in place to read the INI file and update the URL variable to the value in the INI file. Thanks!
I'd start first with familiarizing yourself with the Storages.INI method. (https://support.smartbear.com/testcomplete/docs/reference/program-objects/storages/ini.html). This is what you can use to create an object reference to the INI file. There's a bunch of sample code in that article and in related articles for FileSection object (https://support.smartbear.com/testcomplete/docs/reference/program-objects/filesection/index.html) that show how to read values from an INI file and utilize them within your tests.
If you can't construct the code yourself, let us know and we'll put an example together.