Parameterize Global Connection URL of Database

Just like Data ,can we parameterize the Connection URL of the database as well?
This can be helpful when a user wants to switch between different databases while executing on two different environments(qa or staging).

No, it’s not yet possible. It would be nice.

Maybe you can make two testing branches? The diff between those two branches will be the database configuration. QA DB is assigned to one branch, staging DB is assigned to the other. Then you can test the branches separately.

1 Like

Hi,

Is there any plan to implement this feature. In our suites, we are using data from DB[Data files], through data binding, which is a really cool feature. So if i want to run in a different environment, i have to keep a copy of all data files[With different database connection] and also different suite files with corresponding data bindings. Is there any better solution for handling this?