Data Generation Plans

You can use Visual Studio Team System Database Edition to generate meaningful data for testing. You can generate random data, generate data from existing data sources, and control many aspects of data generation. For more information, see Overview of Generating Data.

To generate data, you must create and run a data generation plan that contains the information about which tables and columns you want to fill. Your plan also contains details about the amount and kind of data that you want to put in each column. You can save your plan as a file in the database project so that you can edit and reuse the plan to generate data.

The topics in this section explain the steps to create and run a data generation plan.

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.

  • Creating Custom Data Generators
    Contains links to topics that describe how to use extensibility to create, register, and deploy custom data generators.