Published: 3 May 2017 • Updated: 23 Apr 2021 · 23 Apr 2021 · Software Engineering · 8 min read Introduction When writing unit tests, you might come across a situation where you need to generate test data or use some dummy data in your tests. If you already have some data somewhere in a database, one solution you could employ is to generate a dump of that data and use that in your tests (i.e. fixtu

