Skip to content

Files

Latest commit

20d1320 · Sep 11, 2024

History

History
13 lines (11 loc) · 757 Bytes

File metadata and controls

13 lines (11 loc) · 757 Bytes

Automated XML-File Generator

This is a Software Testing tool that takes input XSD Documents and automatically generates Test XML files that match the XSD specification.
This is perfect for creating the general XML structure of the file, according to the XSD, with some basic Fuzz data that matches the rules of the XSD specification.

Notes:

  • I have included some very basic XSD documents within the "Sample XSD Files" folder.
  • Feel free to add support for different XML element types as needed. I have only catered for the common ones
  • Requirements:

    This application works as-is, but does require Microsoft's .Net Version 8 to run.
    You can find the download for .Net 8 here.