beergode / tech-thrive-catalyst

New Ideas are Born in a High Stack Oasis
3 stars 0 forks source link

Find Data Mocker For Unit Tests #26

Open berkayerten opened 2 months ago

berkayerten commented 2 months ago

There are some open source data mocking tools out there. Which can simplify the data generation which is used during the tests.

Some options are below. Investigate and implement an example from one of them

  1. Podam (MIT License)
  2. Instancio (Apache License)
  3. Java faker (Apache License)