Changing Database with Execution Profile

Hello,
we test a complex Platform in multiple environments and i am fetching database information for some test cases. I use different execution profiles to switch between the environments but the database references are only set up for one environment.
I would like to switch the database address depending on the execution profile - is that possible?

Did you try it? What happened?

hello, i dont find possibility to do such thing in database settings for test data.
you can do such thing only if you define your own connection as desribed in

That looks promising, i will try to implement that

Update: The database query script worked, selecting the Database by Global Variable makes running the scripts on all environments a breeze.

1 Like

gj … probably time to move to new version to not confuse others …