Test Data Management
- Test Data Management 10.5.2
- All Products
Example
| Pattern
|
---|---|
Credit card number
| You enter the pattern as 5\d{15} to generate a sample output as 5312003654360876.
|
Phone number
| You enter the pattern as \d{10} to generate a sample output as 6175551212.
|
Social Insurance number
| You enter the pattern as \d{9} to generate a sample output as 289645236.
|
Social Security number
| You enter the pattern as \d{9} to generate a sample output as 999999999.
|