RQM Copy Utility examples
3 answers
Can someone supply me with some syntax examples for the following:
3. Copy a Test Plan Template from Project A to Project B
java -jar RQMCopyUtility.jar -s="https://canberk-pc:9443/qm/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/Classic CD - RQM" -d="https://canberk-pc:9443/qm/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/Legacy deneme" -us=canberk -pws=canberk -a=template -id=testplan/com.ibm.rqm.planning.templates.testplan.template.tfkb -l=c:\importlog.txt
I was working on that issue and came up with the example above.
This is valid for RQM 3.0.1
s: source project of the test plan template
d: destination project of the template
As context root you should use "qm" in the URI in RQM 301.