My Markdown and CSV Data Table Editor tool can now generate random test data from a regex specification.

eviltester.github.io/grid-table-edi…

#TestData #RandomData
The test data spec is a set of lines in a text area, and a number for How Many? rows to generate:

name
regex
The data is rendered in a Data Grid using @ag_grid and this allows:

- filtering
- sorting
- moving rows and columns
- deleting data
- in cell editing
- etc.
The data in the grid can be exported to:

- Markdown table format
- CSV
- JSON
- Gherkin data table format
- HTML table
You can also import, export from files containing:

- Markdown table format
- CSV
- JSON
- Gherkin
Regex data generation was easy to add using the randexp.js project:

fent.github.io/randexp.js/
The Markdown and CSV Data Table editor is an MVP WIP so may not have as much data validation as you expect.

Bonus tip: use the dev tools console to see any data validation error messages.
Source code is here:

github.com/eviltester/gri…
And, as a bonus... my first test data spec:

FirstName
[A-Z][a-z]{1,10}
LastName
[A-Z][a-z]{1,20}
Email
[A-Z0-9._%+-]{4,15}@[A-Z0-9.-]{3,16}\.(com|gov|co\.uk|[a-z]{2,4})
Age
[1-6][0-9]

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Alan Richardson - Software Testing Consultant

Alan Richardson - Software Testing Consultant Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @eviltester

20 Feb 19
The Observatron v0.9 now allows you to add simple text commentary as you test using a keyboard shortcut, this is logged as a json file with an optional screenshot e.g. "! menu should not look like that" would save it as a 'bug' note github.com/eviltester/obs… #SoftwareTesting
It isn't as pretty and doesn't produce reports like this extension from @morvader chrome.google.com/webstore/detai… #ExploratoryTesting
And isn't as pretty as Rapid Reporter testing.gershon.info/reporter/ #NoteTaking
Read 14 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!

Follow Us on Twitter!

:(