Test Data Generators

Test data generation tools are designed to generate random test data that is an unbiased sample of the population it is intended to represent. Most data generators will produce both valid and invalid test data for both positive and negative testing. The tools here have a user interface and are intended for manual testing.

For test automation the test data generation libraries are under the Automation Libraries section.


Babel 2.0 - Random Unicode String/Character Generator
Babel generates fixed or variable length strings of Unicode code point values within the ranges of U+0020 to U+FFFF and U+10000 to U+10FFFF (surrogate pair characters). Babel 2.0 will be retired at the end of December.

CCMaker - Credit Card Number Generator 3.0
CCMaker generates valid and invalid random credit card numbers that satisfy the business rules for generating card numbers for credit and debit card companies.

SSN-SIN Generator
SSN/SIN generates random valid or invalid US and Canadian Social Insurance numbers and can be used to populate databases and forms requiring this information.

All tools are written in C# and require the .NET Framework.