Configuration File

The configuration file includes three main nodes: TestSuite, TestCase, and TestStep. To configure a configuration file, specify these nodes as defined in the TestAutomation.xsd schema file.

This file is located in the $MQ_HOME_test\TestAutomation\FrameworkFiles\config folder. The nodes are defined in the following format:

<Project>

   <TestSuites>

      <TestCases>

         <TestCase>

            <TestSteps>

               <TestStep>

By default, the BasicSanity.xml file is located in the $MQ_HOME\test\TestAutomation\Projects\Sanity\config folder. Examples of the TIBCO MDM functionalities are available in the BasicSanity.xml file. These samples include import, export, and validate records.

The subsequent sections describe how to define TestSuite, TestCase, and TestStep in a configuration file.