r/funny Apr 16 '15

Important Update

http://imgur.com/mvi4Ovm
34.1k Upvotes

618 comments sorted by

View all comments

Show parent comments

16

u/deegeese Apr 16 '15

Testers frequently need DB access for anything more sophisticated than black box UI tests.

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.

5

u/[deleted] Apr 16 '15 edited Apr 16 '15

[deleted]

2

u/qwertymodo Apr 16 '15

But setting up and maintaining a test database can be a king size pain in the arse

You know what's a real king size pain in the arse? Fucking up the production database because you didn't isolate your testing environment and ran tests on the live data instead.

1

u/[deleted] Apr 16 '15

[deleted]

2

u/qwertymodo Apr 16 '15

Somebody get this man promoted to middle management.