Creating Custom Data Generators

You can use Visual Studio Team System Database Edition to generate meaningful data for testing. By using the built-in data generators, you can generate random data, generate data from existing data sources, and control many aspects of data generation. If the functionality of the built-in generators is insufficient, you can create custom data generators. To create custom data generators, you use the classes in the Microsoft.VisualStudio.TeamSystem.Data.DataGenerator namespace.

In This Section

Reference

Microsoft.VisualStudio.TeamSystem.Data.DataGenerator

  • Using Standard Data Generators
    Contains links to topics that describe how to use the standard data generators, such as the integer, string, and regular expression generators.

  • Data Generation Plans
    Contains links to topics that describe how to create data generation plans and run them to generate random data.