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

RQM REST API POST testscript

 Hello All,


How I can post the Command/Arguments fields for the testscript using the POST RQM REST API ?

Thanks!
Eric

0 votes


Accepted answer

Permanent link

There are in the following xs:any properties on the execution script (
https://jazz.net/products/rational-quality-manager/api-doc-6.0.3/schemas/qm_xsd/elements/executionscript.html#a26):

<ns4:remote>
    ...
    <command xmlns="http://jazz.net/xmlns/alm/qm/remotescript/v0.1/">This is my command</command>
    <arguments xmlns="http://jazz.net/xmlns/alm/qm/remotescript/v0.1/">These are my arguments</arguments>
    ...
 </ns4:remote>

The best to determine these properties is to create a test script in the RQM web UI and GET the test script using the RQM Reportable REST API.

Eric Dolce selected this answer as the correct answer

0 votes

Comments

 Thanks Paul, very useful info !!!

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
× 10,938
× 1,700

Question asked: Jan 26 '17, 4:49 p.m.

Question was seen: 2,540 times

Last updated: Jan 27 '17, 8:27 a.m.

Confirmation Cancel Confirm