RQM copy utility- What is the command should use to copy test case from one stream to another stream in same project.
Dear Team,
We have explored RQM copy utility option. We need specific test cases to copy from one stream to another stream in the same project.
RQM copy utility supports only GC or local configurations also?
What is the command to be run on RQM copy utility for copying multiple test cases from source to destination stream?
One answer
Hi Preetha,
You would use a command like this:
java -jar RQMCopyUtility.jar -s=https://myhost:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/ProjectA -us=ADMIN -pws=ADMIN -sc=<source configuration URI> -dc=<destination configuration URI> -l=importlog.txt
For more information, see https://jazz.net/wiki/bin/view/Main/RQMCopyUtility#Argument_Reference.
Note, I've added this example to https://jazz.net/wiki/bin/view/Main/RQMCopyUtility#Usage_Examples.