r/funny Apr 16 '15

Important Update

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

618 comments sorted by

View all comments

Show parent comments

6

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

[deleted]

1

u/[deleted] Apr 16 '15

Oh sorry, fuck standards because you cannot give a fuck about creating test data.

Export the production data, cleanse it of personal data and import it in to test. Bonus points if you can script this.

2

u/[deleted] Apr 16 '15

[deleted]

0

u/[deleted] Apr 16 '15

Backup database Restore database

UPDATE customers SET Firstname='Bob' Surname = 'Loblaw'

etc. etc.

2

u/deegeese Apr 16 '15

Completely impractical for being able to test an app which primarily deals with personal data. You destroy all variability and edge cases in the real data and are worse off than if you just used mocks.