Having test data available is a common requirement in most projects.
However, it’s always tedious to get realistic test data that is based on production and often we end up creating mock data that suffice the development needs.
The goal of this article is to use another approach to generate mock data using regex.
How to Generate Sample Data using Regex In Java
How to Generate Sample Data using Regex In Java
How to Generate Sample Data using Regex In Java
Having test data available is a common requirement in most projects.
However, it’s always tedious to get realistic test data that is based on production and often we end up creating mock data that suffice the development needs.
The goal of this article is to use another approach to generate mock data using regex.