Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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

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"

0 votes



One answer

Permanent link

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

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,927
× 6,117
× 218

Question asked: Jul 07 '17, 2:24 a.m.

Question was seen: 2,986 times

Last updated: Jul 26 '17, 5:18 a.m.

Confirmation Cancel Confirm