RQM Excel Importer into "Pre conditions" of test case
![](http://jazz.net/_images/myphoto/74a458af05ebeac86fae93d544e860b4.jpg)
Hi
Is it possible to import data directly into the "Pre-conditons" section of a test case when using importer tool? Is there any template that caters for this? if not, is there anyway to bulk assign all data in the "Description" field of a test case directly into the "Pre-conditions" section?
Thanks
Leesen
Accepted answer
![](http://jazz.net/_images/myphoto/74a458af05ebeac86fae93d544e860b4.jpg)
Leesan,
Take a look at one of the Sample examples included in the Utility
TestSuite with TestCases 001.xls
TestSuite with TestCases 001.cgf
This sample includes an import to both pre and post Conditions
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCasePreCondition","RQM-KEY-TC-PRE-COND-TITLE")=K
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCasePostCondition","RQM-KEY-TC-POST-COND-TITLE")=L
Take a look at one of the Sample examples included in the Utility
TestSuite with TestCases 001.xls
TestSuite with TestCases 001.cgf
This sample includes an import to both pre and post Conditions
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCasePreCondition","RQM-KEY-TC-PRE-COND-TITLE")=K
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCasePostCondition","RQM-KEY-TC-POST-COND-TITLE")=L
One other answer
![](http://jazz.net/_images/myphoto/74a458af05ebeac86fae93d544e860b4.jpg)
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.