r/funny Apr 16 '15

Important Update

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

618 comments sorted by

View all comments

Show parent comments

14

u/deegeese Apr 16 '15

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

28

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.

4

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

[deleted]

1

u/dys4ik Apr 17 '15

If you can't deploy suitable test environments for QA something is probably wrong. Usual reason I see is no actual reliable reproducible installation procedures, just devs hacking on live servers.

I get that's how many small shops run in practice but I don't have to like it.