Using XML Modules in the TestCase

At least one Module is created if an XSD file is scanned. The Module whose name matches the name of the XSD file is used for creating a TestCase from an XSD schema. This is dragged over the required TestCase.

Creating TestStep from XSD schema module

Example - Creating XML file from XSD Module

  1. The first step for creating an XML file is to load a new resource (see "Load XML files"). In this example we will name this resource Test.

  2. In the next TestStep, the Module XmlDocument is used to copy the elements of the XSD schema to the XML file.

  3. All required elements are added via the ActionMode Insert.

  4. The XML file is saved as Test.xml to the next TestStep (see chapter "Save XML files").

Creating XML file from XSD Module

For further information on editing XML TestCases, please see also chapter "Structure of XML TestCases".