Adjust report
For the report to run properly, script administrators must specify project-specific settings.
Prerequisite
You are the script administrator for this tenant.
In ARIS Designer, click ARIS >
Administration.Click
Navigation in the bar panel if the Navigation bar is not activated yet.In the navigation tree, click the folder
Evaluations > Reports.In the SAP category, double-click the report Generate test case documentation - Library. The script opens for editing.
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.
Save the changes and close the tab.
The report can be run for project-specific test objects.