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

Duplicating RQM TestScript + linked automated test script (RQM API)

Hi,

With RQM it is possible to duplicate test scripts.  Is there an API to change the path of the automated test scripts for all the duplicated RQM test script ?

Test team works in 2 differents Robot projets in parallel. Changing the path for all the automated test scripts after duplicating the RQM test scripts is painful.

Thanks,

      

0 votes


Accepted answer

Permanent link
Yes, you can update the following properties (namespace: http://jazz.net/xmlns/alm/qm/remotescript/v0.1/):
  • command (or Test Class)
  • arguments (or Classpath)
  • properties (or Java System Properties)
  • fileSeperater
For example:
<command:command xmlns:command="http://jazz.net/xmlns/alm/qm/remotescript/v0.1/" xmlns="http://jazz.net/xmlns/alm/qm/remotescript/v0.1/">mycommand</command:command>
<arguments:arguments xmlns:arguments="http://jazz.net/xmlns/alm/qm/remotescript/v0.1/" xmlns="http://jazz.net/xmlns/alm/qm/remotescript/v0.1/">myarguments</arguments:arguments>
<properties:properties xmlns:properties="http://jazz.net/xmlns/alm/qm/remotescript/v0.1/" xmlns="http://jazz.net/xmlns/alm/qm/remotescript/v0.1/">myproperties/properties:properties>
<fileSeperater:fileSeperater xmlns:fileSeperater="http://jazz.net/xmlns/alm/qm/remotescript/v0.1/" xmlns="http://jazz.net/xmlns/alm/qm/remotescript/v0.1/">\</fileSeperater:fileSeperater>

jean-claude vauthier selected this answer as the correct answer

0 votes

Comments

Thanks a lot Paul.

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

Question asked: Jul 17 '13, 2:16 a.m.

Question was seen: 4,203 times

Last updated: Jul 23 '13, 1:33 a.m.

Confirmation Cancel Confirm