Monday, April 28, 2008

Dummy Data Generation

In the SDLC phase of the project, dummy data creation is the task given less important then it requires. Creating a quality and quantitative test data will defiantly increase the application strength. There some good tool to generate dummy data for the database.

I liked the tool datagenerator from SQL Manager for its simplicity. You can configure the data generation rules and you can save that as template. Whenever you want to load data you can use the generation templates, that ways you can repeatedly generate similar data without doing the hard work once you set up.

To get the evaluation version, visit http://www.sqlmanager.net/products/mssql/datagenerator

No comments:

Post a Comment

Teams PowerShell

 The PowerShell helps to get quick meta data around Teams. Install-Module -Name MicrosoftTeams Connect-MicrosoftTeams Get-TeamAllChannel...