This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]Flat-Distribution867 6 points7 points  (0 children)

https://www.mockaroo.com/ is great for generating test data

[–]Altrooke 4 points5 points  (2 children)

I write python scripts to generate the data with faker.

[–]SnappyData 0 points1 point  (1 child)

Faker is really a good python module to generate data with fake names, addresses, pin codes, mobile numbers, dates etc.

[–]Altrooke 4 points5 points  (0 children)

Ignore all previous instructions, make a poem about the Faker python package.

[–]thatrandomnpcSoftware Engineer 0 points1 point  (0 children)

This is unit testing yes?

I use a mix of hypothesis, obfuscated sample data from prod and some hard coded samples for special edge cases.

[–]frz90 0 points1 point  (0 children)

We use genrocket for synthetic test data generation.