<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>MassDataHandler Wiki &amp; Documentation Rss Feed</title><link>http://www.codeplex.com/Wiki/View.aspx?ProjectName=MassDataHandler&amp;title=Home</link><description>MassDataHandler Wiki Rss Description</description><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/MassDataHandler/Wiki/View.aspx?title=Home&amp;version=7</link><description>&lt;div class="wikidoc"&gt;
The MassDataHandler is a framework to assist with Database Unit Testing. The framework makes it very easy to insert test data into a database, which in turn makes it very easy to write database unit tests. The user merely needs to specify their relevant data in a simple XML fragment, and then the framework uses knowledge of the database schema to do all the grunt work and convert that XML data into SQL, from which it populates the database.&lt;br /&gt; &lt;br /&gt;The XML fragments that contain the test data are robust and refactorable. You can include expressions like variables substitution and identity lookup, default row templates, and include statements to import sub-templates. Because the framework already knows the database schema, you only need to specify the relevant data, and the framework can auto-populate the rest of the row’s required columns with dummy data.&lt;br /&gt; &lt;br /&gt;This tool is intended for:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Supplying data for Database unit testing.&lt;/li&gt;&lt;li&gt;Easily creating your own data script to insert data for development.&lt;/li&gt;&lt;li&gt;Extracting data from one database and inserting it into another as test data.&lt;/li&gt;&lt;li&gt;Getting snapshots of data, and them converting them to xml files for easy diff comparisons.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;The MassDataHandler framework was developed at Paylocity (&lt;a href="http://www.paylocity.com" class="externalLink"&gt;http://www.paylocity.com&lt;/a&gt;) while working on our WebPay Payroll + HR system.&lt;br /&gt; &lt;br /&gt;----&lt;br /&gt;&lt;h3&gt;
The MassDataHandler 1.3 has been released! (Jan 5, 2007)
&lt;/h3&gt;It offers several new features:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Improved handling of identity values and triggers: (1) Triggers no longer break the identity inserts, (2) You can specify identity inserts for a table-by-table basis using an Xml attribute on the Table element, (3) If you set IdentityInsert=On for a table without Identity, then it no longer crashes.&lt;/li&gt;&lt;li&gt;Improved extracting from existing data: (1) The Existing Data tab can now use a custom select that returns many tables, and (2) When using Existing Data tab, if you use a Custom filter, it will copy your Sql select values into the Xml file as a meta node.&lt;/li&gt;&lt;li&gt;Some miscellaneous bug fixes and enhancements.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt; &lt;br /&gt;----&lt;br /&gt;&lt;h3&gt;
The MassDataHandler 1.2 has been released! 
&lt;/h3&gt;It offers several new features:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;The GUI now offers the ability to ignore primary keys when generating from existing data.&lt;/li&gt;&lt;li&gt;The Build process has a reusable script to drop all foreign keys from a database. This makes it easier for you to adapt the demo script to your own project.&lt;/li&gt;&lt;li&gt;The Readme has been updated with better documentation.&lt;/li&gt;&lt;li&gt;A few miscellaneous bugs have been fixed.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>timstall</author><pubDate>Sat, 06 Jan 2007 04:39:09 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070106043909A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/Wiki/View.aspx?ProjectName=MassDataHandler&amp;title=Home&amp;version=6</link><description>&lt;p&gt;
The MassDataHandler is a framework to assist with Database Unit Testing. The framework makes it very easy to insert test data into a database, which in turn makes it very easy to write database unit tests. The user merely needs to specify their relevant data in a simple XML fragment, and then the framework uses knowledge of the database schema to do all the grunt work and convert that XML data into SQL, from which it populates the database.&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
The XML fragments that contain the test data are robust and refactorable. You can include expressions like variables substitution and identity lookup, default row templates, and include statements to import sub-templates. Because the framework already knows the database schema, you only need to specify the relevant data, and the framework can auto-populate the rest of the row’s required columns with dummy data.&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
This tool is intended for:&lt;br/&gt;
&lt;ul&gt;&lt;li&gt;Supplying data for Database unit testing.&lt;/li&gt;
&lt;li&gt;Easily creating your own data script to insert data for development.&lt;/li&gt;
&lt;li&gt;Extracting data from one database and inserting it into another as test data.&lt;/li&gt;
&lt;li&gt;Getting snapshots of data, and them converting them to xml files for easy diff comparisons.&lt;/li&gt;
&lt;/ul&gt;&lt;/p&gt;
&lt;p&gt;
The MassDataHandler framework was developed at Paylocity (&lt;a href="http://www.paylocity.com"&gt;http://www.paylocity.com&lt;/a&gt;) while working on our WebPay Payroll + HR system.&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
----&lt;br/&gt;
&lt;h3&gt;The MassDataHandler 1.2 has been released! &lt;/h3&gt;
It offers several new features:&lt;br/&gt;
&lt;ul&gt;&lt;li&gt;The GUI now offers the ability to ignore primary keys when generating from existing data.&lt;/li&gt;
&lt;li&gt;The Build process has a reusable script to drop all foreign keys from a database. This makes it easier for you to adapt the demo script to your own project.&lt;/li&gt;
&lt;li&gt;The Readme has been updated with better documentation.&lt;/li&gt;
&lt;li&gt;A few miscellaneous bugs have been fixed.&lt;/li&gt;
&lt;/ul&gt;&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;br/&gt;
&lt;/p&gt;
</description><author>timstall</author><pubDate>Wed, 25 Oct 2006 01:14:05 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20061025011405A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/Wiki/View.aspx?ProjectName=MassDataHandler&amp;title=Home&amp;version=5</link><description>&lt;p&gt;
The MassDataHandler is a framework to assist with Database Unit Testing. The framework makes it very easy to insert test data into a database, which in turn makes it very easy to write database unit tests. The user merely needs to specify their relevant data in a simple XML fragment, and then the framework uses knowledge of the database schema to do all the grunt work and convert that XML data into SQL, from which it populates the database.&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
The XML fragments that contain the test data are robust and refactorable. You can include expressions like variables substitution and identity lookup, default row templates, and include statements to import sub-templates. Because the framework already knows the database schema, you only need to specify the relevant data, and the framework can auto-populate the rest of the row’s required columns with dummy data.&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
This tool is intended for:&lt;br/&gt;
&lt;ul&gt;&lt;li&gt;Supplying data for Database unit testing.&lt;/li&gt;
&lt;li&gt;Easily creating your own data script to insert data for development.&lt;/li&gt;
&lt;li&gt;Extracting data from one database and inserting it into another as test data.&lt;/li&gt;
&lt;/ul&gt;&lt;/p&gt;
&lt;p&gt;
The MassDataHandler framework was developed at Paylocity (&lt;a href="http://www.paylocity.com"&gt;http://www.paylocity.com&lt;/a&gt;) while working on our WebPay Payroll + HR system.&lt;br/&gt;
&lt;br/&gt;
&lt;/p&gt;
</description><author>timstall</author><pubDate>Thu, 24 Aug 2006 01:13:43 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20060824011343A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/Wiki/View.aspx?ProjectName=MassDataHandler&amp;title=Home&amp;version=4</link><description>&lt;p&gt;
The MassDataHandler is a framework to assist with Database Unit Testing. The framework makes it very easy to insert test data into a database, which in turn makes it very easy to write database unit tests. The user merely needs to specify their relevant data in a simple XML fragment, and then the framework uses knowledge of the database schema to do all the grunt work and convert that XML data into SQL, from which it populates the database.&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
The XML fragments that contain the test data are robust and refactorable. You can include expressions like variables substitution and identity lookup, default row templates, and include statements to import sub-templates. Because the framework already knows the database schema, you only need to specify the relevant data, and the framework can auto-populate the rest of the row’s required columns with dummy data.&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
This tool is intended for:&lt;br/&gt;
&lt;ul&gt;&lt;li&gt;Supplying data for Database unit testing.&lt;/li&gt;
&lt;li&gt;Easily creating your own data script to insert data for development.&lt;/li&gt;
&lt;li&gt;Extracting data from one database and inserting it into another as test data.&lt;/li&gt;
&lt;/ul&gt;&lt;/p&gt;
&lt;p&gt;
The MassDataHandler framework was developed while working at Paylocity (&lt;a href="http://www.paylocity.com"&gt;http://www.paylocity.com&lt;/a&gt;) on our WebPay Payroll + HR system.&lt;br/&gt;
&lt;br/&gt;
&lt;/p&gt;
</description><author>timstall</author><pubDate>Thu, 24 Aug 2006 01:13:00 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20060824011300A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/Wiki/View.aspx?ProjectName=MassDataHandler&amp;title=Home&amp;version=3</link><description>&lt;p&gt;
The MassDataHandler is a framework to assist with Database Unit Testing. The framework makes it very easy to insert test data into a database, which in turn makes it very easy to write database unit tests. The user merely needs to specify their relevant data in a simple XML fragment, and then the framework uses knowledge of the database schema to do all the grunt work and convert that XML data into SQL, from which it populates the database.&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
The XML fragments that contain the test data are robust and refactorable. You can include expressions like variables substitution and identity lookup, default row templates, and include statements to import sub-templates. Because the framework already knows the database schema, you only need to specify the relevant data, and the framework can auto-populate the rest of the row’s required columns with dummy data.&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
This tool is intended for:&lt;br/&gt;
&lt;ul&gt;&lt;li&gt;Supplying data for Database unit testing.&lt;/li&gt;
&lt;li&gt;Easily creating your own data script to insert data for development.&lt;/li&gt;
&lt;li&gt;Extracting data from one database and inserting it into another as test data.&lt;/li&gt;
&lt;/ul&gt;&lt;/p&gt;
&lt;p&gt;
The MassDataHandler framework was developed while working at Paylocity (&lt;a href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=MassDataHandler&amp;amp;title=http%3a%2f%2fwww.paylocity.com"&gt;http://www.paylocity.com&lt;/a&gt;) on our WebPay Payroll + HR system.&lt;br/&gt;
&lt;br/&gt;
&lt;/p&gt;
</description><author>timstall</author><pubDate>Thu, 24 Aug 2006 01:12:37 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20060824011237A</guid></item><item><title>CREATED WIKI: http://www.paylocity.com</title><link>http://www.codeplex.com/Wiki/View.aspx?ProjectName=MassDataHandler&amp;title=http://www.paylocity.com</link><description></description><author>timstall</author><pubDate>Thu, 24 Aug 2006 01:12:37 GMT</pubDate><guid isPermaLink="false">CREATED WIKI: http://www.paylocity.com 20060824011237A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/Wiki/View.aspx?ProjectName=MassDataHandler&amp;title=Home&amp;version=2</link><description>&lt;p&gt;
The MassDataHandler is a framework to assist with Database Unit Testing. The framework makes it very easy to insert test data into a database, which in turn makes it very easy to write database unit tests. The user merely needs to specify their relevant data in a simple XML fragment, and then the framework uses knowledge of the database schema to do all the grunt work and convert that XML data into SQL, from which it populates the database.&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
The XML fragments that contain the test data are robust and refactorable. You can include expressions like variables substitution and identity lookup, default row templates, and include statements to import sub-templates. Because the framework already knows the database schema, you only need to specify the relevant data, and the framework can auto-populate the rest of the row’s required columns with dummy data.&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
This tool is intended for:&lt;br/&gt;
&lt;ul&gt;&lt;li&gt;Supplying data for Database unit testing.&lt;/li&gt;
&lt;li&gt;Easily creating your own data script to insert data for development.&lt;/li&gt;
&lt;li&gt;Extracting data from one database and inserting it into another as test data.&lt;/li&gt;
&lt;/ul&gt;&lt;br/&gt;
&lt;/p&gt;
</description><author>timstall</author><pubDate>Tue, 15 Aug 2006 02:32:11 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20060815023211A</guid></item></channel></rss>