We have three testing environments: Dev, QA, and Production. We also have scripts that do database comparison between app and DB. Currently, the connection string is hard-coded. I know that this should be variable/datasheet driven. What would be best practice for this considering that we will test on three seperate databases during the sprint? Using the datasheet variable, the sheet would have to be changed each time we want to hit a different database. I undertand this would be easier than changing the coded connection string in each test, but it seems like there is probably a better way to do this that I cannot think of. Ideas/thoughts/enlightenment?
Thanks!!
Thanks!!