MassDataHandler: generate test data to help with data layer testing

Yet another tool to help with integration tests against the database layer(got this by email:

"I wanted to let you know about an open source tool I created to help unit test the data access layer.

http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=MassDataHandler

This tool uses knowledge of the database schema to do all the grunt work and let you store your test data in an easy xml file. It has an API so that you can call it from within any test framework. The download has a 10-step tutorial that is an MSTest project with its own live test database. The name of the tool is MassDataHandler, and it’s available for free from Microsoft’s new CodePlex site. I’m using it every day to help generate test data, especially in my unit tests for complex stored procs.

...

Thanks,

Tim"

Cool. I'll have to check it out then.

Published Sunday, October 15, 2006 4:25 PM by RoyOsherove

Comments

Wednesday, October 18, 2006 10:40 AM by ScottGu's Blog

# Visual Studio for Database Professionals and other Cool Data Management Tools for .NET

Earlier today CTP6 of the Visual Studio Team Edition for Database Professionals was made available for

Tuesday, October 24, 2006 9:18 PM by Tim

# re: MassDataHandler: generate test data to help with data layer testing

A new version 1.2 was just released, with several extra features: http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=MassDataHandler