Test Data Generator Library
The Test Data Generator library is a lightweight, configurable tool for generating realistic test data in JSON and CSV formats. This library is ideal for use in software testing, QA automation, and data-driven testing scenarios.
Features
-
Schema-Based Configuration (define fields, data types, and constraints via simple configuration files (JSON)).
-
Multiple Output Formats (generate data in JSON and CSV formats).
-
Randomized Data Generation (uses Java Faker to generate realistic random data).
-
Flexible Row Counts (specify the number of rows to generate).
-
Extensible Design (easily add support for more formats or custom field generators).
Prerequisites
Java 11 or higher
Maven installed on your system
Add to Your Maven Project
Include the following dependency in your pom.xml file:
com.example test-data-generator 1.0-SNAPSHOT