For stress tests, I would like to create XML files based on a XSD with random (but valid!) test data. Is there a tool which can read a (simple) XSD file and build a XML file based on the schema definition?

link|improve this question

feedback

1 Answer

up vote 8 down vote accepted

exist many tools to do this, check theses links

link|improve this answer
I've used XML Spy to generate sample XML from an XSD file. It's extremely easy! bit.ly/9MGFZh However I cannot advise if this is useful for generating many (hundreds) samples. I've only used it for one or two samples. Check out the free trial. – Tony R Aug 27 '10 at 14:36
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.