Generating Realistic Test Data with Bogus.Net
Bogus is a .Net library for generating test data that uses the datasets of faker.js. This goes a few steps beyond simply accessing random entries from a collection and using them in a test. Bogus facilitates writing generators with complex rulesets t...
Aug 9, 20216 min read849