Ask HN: How do you generate dummy data for testing? 1 points by spIrr 9y ago ↗ HN Faker or similar libraries are good enough until you hit a certain complexity threshold. What do you use to generate data that has some complexity in it, like relationships, dependencies etc?
[–] sagivo 9y ago ↗ fakers are a good start, you can also copy "real data" after removing sensitive info. this way your test env will be very similar to production
1 comment
[ 0.26 ms ] story [ 9.8 ms ] thread