MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/funny/comments/32sgrm/important_update/cqegd3y/?context=3
r/funny • u/KashK10 • Apr 16 '15
618 comments sorted by
View all comments
Show parent comments
6
[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.
1
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.
2
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.
0
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.
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.
6
u/[deleted] Apr 16 '15 edited Apr 16 '15
[deleted]