I'm selecting tool for populating my .net models (poco) with test data. I'm actually mocking wcf services and need to populate datacontract objects with test data. Found a huge number of test data generation tools, but the majority is related to DB test data generation and don't fit well for .net objects creation.
The most applicable that I found are:
They both seem to provide quite similar functionality. I'm interested in any feedback on those tools. Pros and cons?