Adjust report

For the report to run properly, script administrators must specify project-specific settings.

Prerequisite

You are script administrator for this tenant.

Procedure

  1. In ARIS Architect, click ARIS > Show Administration Administration.
  2. Click Navigation Navigation in the bar panel if the Navigation bar is not activated yet.
  3. In the navigation tree, click the folder Evaluations Evaluations > Reports.
  4. In the SAP category, double-click the report Generate test case documentation - Library. The script opens for editing.
  5. Below the part of the code /* CUSTOMER SETTINGS, adjust the values to match your project conventions so that the test case description can be properly transferred to the SAP system:

    const c_NAME_PREFIX = "ARIS Testdocument: ";

    const c_SAP_DOC_TYPE_KEY = "TD1";

    const c_SAP_DOC_TYPE = "Test Case Description";

    const c_SAP_STATUS_KEY = "RELEASED";

    const c_SAP_STATUS = "Released";

  6. Save the changes and close the tab.

The report can be run for project-specific test objects.