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
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
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>
<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>