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: ";

    Name of the test document that it is supposed to have in SAP® Solution Manager.

    const c_SAP_DOC_TYPE_KEY = "TD1";

    Identifier of the document type from SAP project management.

    const c_SAP_DOC_TYPE = "Test Case Description";

    Name of the document type in SAP project management.

    const c_SAP_STATUS_KEY = "RELEASED";

    Identifier of the document status in SAP project management.

    const c_SAP_STATUS = "Released";

    Name of the document status in SAP project management.

  6. Save the changes and close the tab.

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