Can RQM / Test Manager be configured for CI / Continuous Integration / Delivery?
One answer
This is actually better handled by the Build Engines and Build Definitions in the ccm application.
You can configure the EWM application to perform automated builds using a variety of environments, and it will compile a BoM for the build with build logs, unit test results, deployment logs, etc.
You then set up QM to use the CCM project for its Build information and it will automatically be supplied with the BoM as a Build. You can then run your tests against this build and the results will also be attached to the BoM - this can even be automated in the CI/CD scripts of the build engine.
IF you log a Defect against the tests, the defect info will also be attached to the BoM of the Build.