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:
LiteralRegExFakerEnum(including pairwise combinations when applicable)
Learn More About Rule Types
- Literal Data
- Regex Based Data
- Faker Based Data
- Domain Test Data
- All Pairs Combinatorial Testing - Generate optimal test combinations from enum data