Creating Custom Generators

You can use Microsoft Visual Studio Team Edition for Database Professionals 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

  • An Overview of Data Generator Extensibility
    Describes how you can extend the data generation capabilities of Team Edition for Database Professionals by creating custom data generators or by reusing the standard data generators.
  • Considerations for Custom Data Generators
    Describes additional information that you might want to consider when you create a custom data generator, such as how to avoid having multiple data generators appear with the same name.

Reference

Microsoft.VisualStudio.TeamSystem.Data.DataGenerator

  • Using Standard 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.