It's all about the answers!

Ask a question

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


jean-claude vauthier (22634957) | asked Jul 17 '13, 2:16 a.m.
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,

      

Accepted answer


permanent link
Paul Slauenwhite (8.4k12) | answered Jul 22 '13, 4:18 p.m.
FORUM MODERATOR / JAZZ DEVELOPER
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

Comments
jean-claude vauthier commented Jul 23 '13, 1:33 a.m.

Thanks a lot Paul.

Your answer


Register or 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.