RQM Process Template XML Documentation
Hello,
Anyone knows where can I find some documentation on RQM XML format for process template, specially about followup-actions? I would like to make some customizations directly on XML file from a RQM process template, but I can´t find a xsd, schema or something that shows how to use the tags. Thanks, Rafael Espinha |
4 answers
The general process configuration syntax can be found here: https://jazz.net/wiki/bin/view/Main/ProcessSpecificationSyntax. But I don't know where to find the syntax for the specific follow-up actions provided by RQM. RQM team could tell you if they have.
|
Hello! the RQM schema documentation should be a good starting point.. here it is : https://jazz.net/wiki/bin/view/Main/RqmApi#RQM_Schema
Best regards, Sunil
Comments
Rafael Espinha
commented Mar 21 '14, 10:45 a.m.
Hello Sunil,
|
LPA Template Specification can be found here
https://jazz.net/wiki/bin/view/Main/LPATemplateSpec
it's about LPA, but RQM should use the same syntax
|
The following Test Plan XML template produces a sever error from my end, RQM 6.0.6.1:
<?xml version="1.0" encoding="UTF-8"?>
<qm:testplan xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:qm="http://jazz.net/xmlns/alm/qm/v0.1/"> <dc:title>2.0 Regression Test Plan</dc:title> <qm:testcase> <dc:identifier>https://foobar.com9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/ProjectFoo/testcase/34966403291892</dc:identifier> <dc:title>Primary Feature Regression Test</dc:title> </qm:testcase> <qm:testcase> <dc:identifier>https://foobar.com9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/ProjectFoo/testcase/34966403291893</dc:identifier> <dc:title>Secondary Feature Regression Test</dc:title> </qm:testcase> <qm:testcase> <dc:identifier>https://foobar.com9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/ProjectFoo/testcase/34966403291894</dc:identifier> <dc:title>REST API Regression Test</dc:title> </qm:testcase> </qm:testplan> |
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.