Skip to content

A tool to support creating test data automatically for most database systems which support ODBC

Notifications You must be signed in to change notification settings

fasteddys/TestDataGenerator

 
 

Repository files navigation

TestDataGenerator

A tool that support creating test data automatically for most database systems which support ODBC

During testing phase, tester or developer has experienced a lot situations when they have to create data from scratch for tables related to their functions. It's painfull to fill many rows of a table with a lot of columns. Just few of columns are really important and used by the functions so they should focus on these columns.

This tool helps to automatically generate table data in a way that ensures it can be basically inserted to database. Then tester/developer may modify the data on their focus columns to suit their need. They don't have to create all columns for a table.

It has been developing and the following features will be added

  • By using ODBC this tool tends to support all popular relational databases
  • Convert to .Net Core so it can be used on other platforms besides Windows
  • It should be allowed customzing the way data generated by options or by plug-in
  • It can output to many sources like an Excel, CSV, TSV file or to a database, ect and this should be customizable
  • Provide in both stand-alone app and Excel add-in form

About

A tool to support creating test data automatically for most database systems which support ODBC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%