Let’s Talk About Data Generators

Having relevant data in your database is crucial for application testing, but it’s not always very easy to get. Real databases are nearly impossible to get due to data privacy, so the only real option is a data generator. 

I’m going to present some of the features that I consider important for a data generator. You can keep them in mind while you’re browsing for a generator or when you’re building your own.