Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

What is the xml tag to link Test script to Test case?

I have test scripts imported to RQM. Now I need to import test cases and add scripts through XML. Can someone please give XML tags that add script and link a Requirement to the Test case XML. How to specify "Test script ID or Name or Link" in the below link.


Following is my code:

<?xml version="1.0"?>
<description xmlns="http://purl.org/dc/elements/1.1/">Test the ordering
functionality of the Classics Java application.</description>
<category term="Complexity" value="Complex"/>
<category term="Type" value="MANUAL"/>
<category term="Type of Testing" value="Functional Testing"/>
<category term="Weight" value="100"/>

        I need tags here for script and Requirement link


</testcase>

0 votes



2 answers

Permanent link

Sridhar,


You need to use tag <testscript href="path of existing testscript"/> refer REST API @ Wiki

RQM test artifact and requirement linking are achieved using OSLC linking and you need to refer RQM OSLC API for testcase and requirement linking. Alternatively you could use RQM Excel addin to Link existing requirement to testcase.

Regards,
Mehul

0 votes


Permanent link

 Hey Sridhar,



<ns2:remotescript href="{host}/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/_joJ8cP-MEeeJ27a7PHh-Ow/remotescript/urn:com.ibm.rqm:remotescript:12345" />

<ns2:remotescript href="{host}/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/_joJ8cP-MEeeJ27a7PHh-Ow/remotescript/slug_djksdn5omd7-fjdkdkm" />

both should work. in test case template you can add this.

0 votes

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 12,021
× 6,125
× 173
× 45
× 31
× 8

Question asked: May 10 '19, 5:07 a.m.

Question was seen: 3,244 times

Last updated: Jun 21 '21, 9:14 a.m.

Confirmation Cancel Confirm