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