| sidebar_position | 1 |
|---|---|
| title | Test Data Generation |
| description | Overview of test-data generation workflows in app.html and generate.html. |
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
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.
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.
Both workflows support generation rules such as:
LiteralRegExFakerEnum(including pairwise combinations when applicable)
- Literal Data
- Regex Based Data
- Faker Based Data
- Counterstrings
- Domain Test Data
- All Pairs Combinatorial Testing - Generate optimal test combinations from enum data