Is it possible to import entry and exit criteria into an RQM test plan using the RQMExcelImporter?
Hi. We have hundreds of test plan entry and exit criteria and would prefer not to have to enter them manually. Is it possible to import test plan entry and exit criteria to RQM using the RQMExcelImporter? It isn't clear from the documentation at https://jazz.net/wiki/bin/view/Main/RQMExcelWordImporter. If it is possible, in the config file
Thanks and regards. |
3 answers
Further research has indicated that Quality Criteria are added to the Project Area, not the individual test plan. Therefore, unless the Quality Criteria are pre-defined (which mine aren't) RQMExcelImporter is of no use here. |
Hello David.
this is very simple: the excel importer is not for RQM excel export. If you want to export content from RQM the question is a) it for reporting or b) do you want to use excel a an exchange asset continuously ? 1) Simply for reporting: You can print the test plan in a pdf, find an viewlet in the dashboard or define a RRDI report you can also define to export content into excel. 2) Exchange Data: Here you can use the RQM API:
I hope this helps and regards
Thomas
Comments 1
David Hanslip
commented Sep 09 '13, 3:44 a.m.
Sorry Thomas, my question can't have been clear.
David Hanslip
commented Sep 09 '13, 11:45 p.m.
Hi Thomas.
|
Thomas Suedbroecker :Sir,in the code you have mentioned above what is the meaning of this line
:"Testplan.Section("myns:com.ibm.rqm.process.web.entryCriteria","RQM-KEY-PROC-ENTRY-CRITERIA- TITLE")=C3" This would not add the data in C3 to Entry Criteria..I have seen some extra attributes in Entry Criteria field..Please tell me how it will work? |
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.
Comments
Good. Now, with the your changed text it is more clear,
you mean import to RQM and not export from RQM.
The API answer from my answer is still valid, so the api should work https://jazz.net/wiki/bin/view/Main/RqmApi.
It seams you are right. So does it not work? Why are you asking?
Maybe you have to remove "-DESCRIPTION" from "RQM-KEY-PROC-ENTRY-CRITERIA-DESCRIPTION" in your text.
Thanks Thomas. My question relates to using the RQMExcelImporter to do this. As you have noted, I have also noted that that the API provides for it.
David I understand and I asked, if does it not work try to remove "-DESCRIPTION" and use "-TITLE" for your string.
This is from a excel upload sample:
"testplan.dc:title=C1
testplan.Section("myns:com.ibm.rqm.planning.editor.section.planBusinessObjectives","RQM-KEY-TP-BUSS-OBJ-TITLE")=C2
testplan.Section("myns:com.ibm.rqm.process.web.entryCriteria","RQM-KEY-PROC-ENTRY-CRITERIA-TITLE")=C3
testplan.Section("myns:com.ibm.rqm.process.web.exitCriteria","RQM-KEY-PROC-EXIT-CRITERIA-TITLE")=C4"
testplan.Section("myns:com.ibm.rqm.process.web.entryCriteria","RQM-KEY-PROC-ENTRY-CRITERIA-TITLE"=E."RQM-KEY-PROC-ENTRY-CRITERIA-DESCRIPTION")=F <- NOT DESCRIPTION pls use TITLE.