Importing Pre-Conditions using RQM Excel Importer
![](http://jazz.net/_images/myphoto/1affeb233c58b9cc2baa242a3ed8e7d1.jpg)
Hi
I am using RQM 4.0.3 and not able to import Pre-Conditions from Excel.
In the CFG file I have mentioned the following for importing pre-conditions.
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCasePreCondition","RQM-KEY-TC-PRE-COND-TITLE")=I
After importing another section called Pre-Conditions gets created in addition to the existing Pre-Condition section.
So the value is imported in to the new section and not in the existing one.
Please let me know how to get this resolved.
Regards
Niranjan V
I am using RQM 4.0.3 and not able to import Pre-Conditions from Excel.
In the CFG file I have mentioned the following for importing pre-conditions.
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCasePreCondition","RQM-KEY-TC-PRE-COND-TITLE")=I
After importing another section called Pre-Conditions gets created in addition to the existing Pre-Condition section.
So the value is imported in to the new section and not in the existing one.
Please let me know how to get this resolved.
Regards
Niranjan V
2 answers
![](http://jazz.net/_images/myphoto/1affeb233c58b9cc2baa242a3ed8e7d1.jpg)
Hello! Niranjan, Ok, the syntax does not seem to be causing issues.. Can you please check what template the test case uses? under Planning > Manage Artifact Templates. If it is anything other than the "Default Test Case Template" please verify the ID of the Test Case > Pre-Condition field using RESTClient. Also if custom process template, custom artifact templates are used.
Best Regards, Sunil
![](http://jazz.net/_images/myphoto/1affeb233c58b9cc2baa242a3ed8e7d1.jpg)
Hi Sunil,
I am trying to export test cases using RQM Excel Importer, i have modified the configuration file according to my Test Case sheet.
I am able to export the cases without the testCasePreCondition.But with testCasePreCondition i'm getting the following error.
The remote server returned an error: (403) Forbidden.
Your account does not have the group memberships required to access the requested resource.
I am using the bellow line for Pre-condition.
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCasePreCondition","RQM-KEY-TC-PRE-COND-TITLE")=C
Please let me know how to solve it.
Regards,
Manoj