Publish Document from RQM and select Global Config
I have deployed an OOB .dta for publishing an RQM test case however, I can get it to work in the RPE launcher, but not from the "Reports" section of RQM Web UI. I think the problem is that there is an additional interface which allow for setting which test case to print, but does not allow to define the configuration.
One answer
There is no option to present the GC picker (from where you can select the GC) during report generation through RQM. If you see "Edit Configuration Metadata..." window in RPE Studio, there is no option to set GC. You will only find Identifier, Display and Request URL fields. A GET request is done on Request URL and from the data returned, XPath corresponding to "Display" is what you see in the drop down and "Identifier" is used to configure the data source.
You can rather use an external variable in RPE template, where user can provide the configuration URL. This variable value can be appended as oslc_config.context parameter to Request URL; for this you need to use a Data Source Configuration element in the template.
Comments
Glyn Costello
Oct 02 '20, 12:46 p.m.Can this be done using the "configuration layer" in RPE?