Skip to main content

Test Data Generation

AnyWayData offers two main web UI workflows for generating and working with test data:

  • Data Grid Editable (app.html) for interactive grid-first editing and generation
  • Generate to File (generate.html) for schema-driven generation and direct file output

Choose a Workflow

Data Grid Editable (app.html)

Use this when you want to:

  • edit/import/export table data directly in a grid
  • define generation rules and generate rows into the same editable grid
  • refine data interactively before exporting

See Data Grid Editable.

Generate to File (generate.html)

Use this when you want to:

  • define a schema and preview generated rows
  • configure output format-specific options
  • generate and download output directly as a file

See Generate to File.

Data Types

Both workflows support generation rules such as:

  • Literal
  • RegEx
  • Faker
  • Enum (including pairwise combinations when applicable)

Learn More About Rule Types