XML Specification for Import Test Plan etc.
4 answers
If you installed in the default path, there are examples in the folder:
C:\Program Files\IBM\RQM\samples\classics
The test plan example is ending with _TP.xml.
I don't cosider a sample as a specification. as samples often don't use all possible options. I suppose IBM must have a written specification about the import feature. Hopefully.
If you installed in the default path, there are examples in the folder:
C:\Program Files\IBM\RQM\samples\classics
The test plan example is ending with _TP.xml.
I don't cosider a sample as a specification. as samples often don't use all possible options. I suppose IBM must have a written specification about the import feature. Hopefully.
I been using (struggling with) the samples as my only xml reference to import data into our RQM database. They do not contain all of the available options.
Surely, someone can point me at a definitive XML specification for this tool. We are trying to import alot of test artifacts and we are being hampered by the lack of decent documentation.
D
You can create a test case in the UI that does everything in a test case that you would like to import, and then view the XML feed for that test case. I believe this post may be of some help.
http://jazz.net/forums/viewtopic.php?p=15861&sid=46c5f0037cf4255e8645c524d80bf0fa
If you need some other type of artifact i.e. test plans just change the url for the artifact needed.
https://<server>:<port>/jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<projectAlias>/testplan
http://jazz.net/forums/viewtopic.php?p=15861&sid=46c5f0037cf4255e8645c524d80bf0fa
You can gat a list of testcases in you project by using the feed URL. This is https://<server>:<port>/jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<projectAlias>/testcase
or if you have only the default project: https://<server>:<port>/jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/testcase
If you need some other type of artifact i.e. test plans just change the url for the artifact needed.
https://<server>:<port>/jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<projectAlias>/testplan