Multiple Database Connections

I currently use Selenium Webdriver. I have an config file that has my database connection strings. I currently have 50. Before each test run, I run 2-3 different sql statements to setup the environment. So for each test, the test finds out what database name it is running on and then through the database changes 2-3 settings before the test executes. Is something like this possible in Katalon Studio? So far I have only seen the option to connect to one database where I need many.

1 Like

Bumping this as I am curious as well.