Forum Discussion

nakshatra's avatar
nakshatra
Contributor
5 years ago
Solved

how to change DB connection string dynamically

Hi all,   I automated nearly 100 test cases by using test complete. Used 20 variables to read the data from external data sources. In this 11 variables are used for fetching data from Sql Data ...
  • tristaanogre's avatar
    5 years ago

    You shouldn't need to store your connection string in several different places.  If the connection string is common, then you can store that in a single variable and consume that in all the places you need.