It's all about the answers!

Ask a question

How to write Post-Condition in config file to export from exel to qm


Pedro Antonio Gonzalez Perez (1166) | asked Sep 19 '12, 7:56 a.m.

how would

Post-Condition
id: com.ibm.rqm.planning.editor.section.testCasePostCondition
extensionDisplayName: RQM-KEY-TC-POST-COND-TITLE
 

be translated in the .cfg file, to fill this space in QM

thanks

2 answers



permanent link
Paul Slauenwhite (8.4k12) | answered Sep 20 '12, 7:52 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
See https://jazz.net/wiki/bin/view/Main/RQMExcelWordImporter#SectionsIds.

permanent link
Hao Wan (1.5k35) | answered Sep 19 '12, 8:13 a.m.
JAZZ DEVELOPER
you can refer to the
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCaseAcceptanceCriteria", "RQM-KEY-TC-ACCEPT-CRITERIA-TITLE")=Div(C)

and replace it with

testcase.Section("myns: com.ibm.rqm.planning.editor.section.testCasePostCondition ", " RQM-KEY-TC-POST-COND-TITLE ")=Div(C)

Your answer


Register or to post 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.