Test Framework

The Test Framework allows you to create your own unit and system TestCases. You can run these TestCases to test various features and functionalities of TIBCO MDM. The Test Framework is internally based on soapUI and web services.

The following are the features of Test Framework:

  • Enables end to end testing of TIBCO MDM features.
  • Provides easy configuration.
    • A sample project is provided.
    • A configuration file is provided for each project.
  • Supports running TestCases using command line.

Using Test Framework, you can:

  • Use your own metadata and master data.
  • Deploy custom rulebase and workflows.
  • Automate complex test scenarios, which involve some manual operations, such as querying database or setting permissions. These operations are included with the framework as web service requests.
  • Verify if TIBCO MDM is successfully migrated.
  • Write your own scripts to execute the tests and schedule them.
    Note: Use of the Test Framework feature is optional.

While writing your own TestCases or TestSuites, you can refer to the sample Sanity project located at $MQ_HOME\test\TestAutomation\Projects.The project includes several use cases listed in Sample TestCases.