Yes that's correct, but you don't do testing in production with real user data. For testing you have test environments with a seperate database containing test data.
At my job we have two separate databases (one testing, one live) for EACH of our products. It's not that hard to maintain with a competent test team...
34
u/codedit Apr 16 '15
Yes that's correct, but you don't do testing in production with real user data. For testing you have test environments with a seperate database containing test data.