views:

72

answers:

1

I few months back I attended a Microsoft EnergizeIT seminar where they were showing some of the capabilities of their latest development products. One of the things they had shown that really caught my eye was a built in mock data generator tool to generate mass amounts of fake data from a few seed lists. I don't remember the name of the tool they used and was hoping to try it out. I recall it being part of VS Team Foundation; if anyone knows what I'm talking about and has some links to it and/or documentation, I'd greatly appreciate it. Or for that matter, something similar would be great too.

A: 

I think this is what you are looking for. I had to use a cached google text based view to see it but it looks like it.

http://webcache.googleusercontent.com/search?q=cache:E73Ity9ju4QJ:nepomucenobr.com.br/blog/post/Generating-e2809cdummy-datae2809d-with-Visual-Studio.aspx+generate+test+data+from+ms+sql+server+using+visual+studio+energizeit+2010&hl=en&gl=us&strip=1

spinon
Thanks alot! That's sounds exactly like the presentation I attended. I did a google search for Data Generation Plans and found the MSDN page pertaining to it here: http://msdn.microsoft.com/en-us/library/aa833211%28VS.80%29.aspx
NSDev