Test Data Generation
Overview of test-data generation workflows in app.html and generate.html.
Data Grid Editable
Use app.html for interactive, grid-first test-data editing and generation.
Generate to File
Use generate.html for schema-first data generation with output preview and direct file download.
Schema Definition
Full reference for schema text format, field rules, and IF ... THEN schema constraints.
Regex Based Data
Generate data from Regex
Literal Data
Generate static test data values using the Literal data option. Literal values are fixed text and are repeated for every generated row.
Pairwise Testing
Generate efficient test data combinations using pairwise combinatorial testing
N-Wise Testing
Generate n-wise combinatorial test data from enum columns, compare generation strategies, and choose a strategy based on coverage strength and row count.
Domain Test Data
27 items
Faker Based Data
1 item
Counterstrings
Use counterstrings to test length limits, truncation, and boundary handling.
Method Picker UI Spec
Purpose