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?
+7
A:
exist many tools to do this, check theses links
- Microsoft XmlSampleGenerator (free), you can download the source code and build with visual studio.
- Liquid XML Sample Generator (Great tool)
- XMLSpy from Altova (Expensive but complete)
- XML Schema Editor from Oxygen
- XML Schema Explorer, included with visual studio
- XML Generator from Stylus studio
RRUZ
2010-08-27 08:48:29
I've used XML Spy to generate sample XML from an XSD file. It's extremely easy! http://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
2010-08-27 14:36:55