It's all about the answers!

Ask a question

Making config file for importing test cases from Word to Rational Quality Manager (RQM)?


Mohit Gautam (113) | asked Jul 07 '17, 2:24 a.m.
edited Jul 07 '17, 5:49 a.m.

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



permanent link
Mehul Patel (9695) | answered Jul 26 '17, 5:18 a.m.
FORUM MODERATOR

Mohit,


To link testcase with existing requirement, you need to check 'Link to existing RM requirements'. It will open up dialog which will have list of RM projects to choose, on successful authentication it will bring another UI where you can select existing requirements, refer https://jazz.net/wiki/bin/view/Main/RQMExcelWordImporter#Linking_test_artifacts_with_exis for more detail. 

For configuration file, you are referring to Table(1) only, I would suggest to use syntax for Dynamic Table which matches to the start of the table i.e Table("Test Case ID").B
 
Regards,
Mehul

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.