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.
How can I:
a) Make sure that the datasource is configured correctly for the gobal config (by the way, adding config.context to the end of the datasource URI for the test case doesn't work).
b) Add other custom fields to the report generator in RQM?
|
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.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Can this be done using the "configuration layer" in RPE?