Data Generation Tools

Data generation tools are designed to generate stochastic test data that is a probabilistic 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, and all tools also include a library for use in automated testing.

  • Babel - 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).

  • 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.
  • Phony Phone Telephone Number Generator
    Phony Phone generates random valid or invalid telephone numbers formatted for the selected region. The DLL automation library will produce formatted strings or a string array of the number in typical groupings for the specified locale.

All tools include a UI based tool and a DLL for automated tests. All tools require the .NET Framework 2.0 or higher.