// you’re reading...

Miscellaneous

SharePoint 2007 Test Data Population Tool

The SharePoint 2007 Test Data Population Tool(SPTDataPop) is available as a command-line executable utility which generates test data in a jiffy. This tool might be useful for performance and load testing for your project.

It takes the input from the XML file which can be configured to generate any number of SharePoint artifacts. For example we can configure it to create 200 sub sites, 500 lists each with 2000 items.

SPTDataPop is a community supported tool from Microsoft and available as a free download at CodePlex
http://www.codeplex.com/sptdatapop

More information
http://technet.microsoft.com/en-us/library/cc262198.aspx

You might be interested in:
  • List of 10 useful SharePoint Tools from CodePlex
  • SHAREPOINT DESIGNER 2007 IS NOW FREE!
  • Review of: SharePoint Content Deployment Wizard
  • Using STSADM.EXE to Create Empty Site Collection
  • Set the SharePoint Welcome Page through code
  • Discussion

    No comments for “SharePoint 2007 Test Data Population Tool”

    Post a comment

    Spam Protection by WP-SpamFree Plugin

      Locations of visitors to this page
    View Praveen Modi's profile on LinkedIn

    Recent Comments

    • fred: The above mentioned tips are helpful. However, by the use of a third-party caching solution for SharePoint you...
    • Ramiz Uddin: Praveen, I would need your help. I’m new on sharepoint and very much confused with its deployment...
    • Maarten: Hi! I tried your code, it works great. However, I don’t see the created folder in explorer view. How...
    • Praveen Modi: Juan, seems like it should work but I haven’t tried it. I will give it a try and will update the...
    • Juan Larios: couldn’t you just do: SPFolderCollection collection = site.Lists["Site Collection...