Codebeamer ALM is a popular browser-based platform for managing requirements. Parasoft DTP integrates with Codebeamer ALM, providing the following functionality:

Requirements

The following requirements are only applicable if you are going to send test results to Codebeamer.

If you upgrade DTP from a version prior to 2023.2 and intend to integrate with a newer version of Codebeamer (for example, Codebeamer 22), you will need to edit your ExternalSystemSettings.properties file, found in the <DTP_DATA_DIR>/conf/ directory. Open it and add the new property codeBeamer.restApi.path and set it to the correct prefix path for your installation of Codebeamer. The typical prefix path for newer versions of Codebeamer is /rest. This property has not been added to your ExternalSystemSettings.properties file as part of your upgrade.

Older versions of Codebeamer used the default prefix path of /cb/rest and, if the codeBeamer.restApi.path property is not set in your ExternalSystemSettings.properties file, DTP will continue to use that older default.

In addition, it is recommended that you review the codeBeamerIssueUrl property, which might be set to the older default of <CODEBEAMER_URL>/cb/issue/<ID>. Determine if this is still accurate for your installation of Codebeamer, particularly the /cb prefix.

For more information about this property and configuring ExternalSystemSettings.properties, see Advanced Configuration.