Making config file for importing test cases from Word to Rational Quality Manager (RQM)?
![](http://jazz.net/_images/myphoto/beb94e06505d060aa73c77c7a52201ab.jpg)
We have our test cases in word file in following format and so on. We have 100's of test cases in word document. I have been writing config file for just one test case but unable to do so. How can i do it for multiple cases as well ?
1.1.1 Title
Test Case ID: |
|
Verifies: |
|
Purpose: |
|
Pre-Condition: |
|
Post Condition: |
|
Test Application: |
|
Test Script: |
|
Preparation State: |
|
Test Sequence:
No. |
Action |
Expected Result |
Comments |
Some description |
|||
1 |
Some description |
Some description |
|
2 |
Some description |
Some description |
|
1.1.2 Title
Test Case ID: |
|
Verifies: |
|
Purpose: |
|
Pre-Condition: |
|
Post Condition: |
|
Test Application: |
|
Test Script: |
|
Preparation State: |
|
Test Sequence:
No. |
Action |
Expected Result |
Comments |
Some description |
|||
1 |
Some description |
Some description |
|
2 |
Some description |
Some description |
|
For one test case I have written the following config file but it's not giving the right output. It's compiling it as 8 test cases instead of 1. How can we directly link the requirements from DOORS NG ?
DOCStart="1.1."
testcase.dc:title=Table(1).B1
testcase.dc:description=Table(1).B3
testcase.dc:creator=property("Author")
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCasePreCondition","RQM-KEY-TC-PRE-COND-TITLE")=Table(1).B4
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCasePostCondition","RQM-KEY-TC-POST-COND-TITLE")=Table(1).B5
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCaseDesign" ,"RQM-KEY-TC-DESIGN-TITLE")= Table(2)
testcase.category term="Test Case ID".value=Table(1).B1
testcase.category term="Pre-Condition".value="Test Environment is up and running"
testcase.category term="Post-Condition".value="Unforce all signals"
One answer
![](http://jazz.net/_images/myphoto/beb94e06505d060aa73c77c7a52201ab.jpg)
Mohit,