RQM Excel Importer : Unable to populate Custom Attribute for Test Script
Hi
I have a custom attribute called 'Pre-Condition' for a Test Script in RQM 4.0.3. I am using the RQM Excel Importer and the excel sheet has the Pre-Condition field populated with data. After running the Importer the Pre-Condition field is not being populated in RQM. I am using the syntax as follows in the CFG file. testscript.alm:Pre-Condition=G Is this the correct syntax for Custom attribute for a Testscript? Please let me know. Regards Niranjan |
2 answers
Hi Niranjan, Here is the code which I have used while importing pre-condition from excel and it worked. ( highlighted in Bold) // test case defined with definite cell locations testcase.dc:title=B1 testcase.dc:description=B3 testcase.alm:state xmlns:alm="http://jazz.net/xmlns/alm/v0.1/"=A5 testcase.category term="Class".value=D5 testcase.category term="Module".value=A3 testcase.category term="Level".value=D7 testcase.category term="Phase".value=B5 testcase.category term="Designer".value=A7 testcase.category term="Creation Date".value=B7 testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCasePreCondition","RQM-KEY-TC-PRE-COND-TITLE")=D3 testcase.XLSLink=testscript Comments
V Niranjan
commented Nov 26 '13, 8:59 p.m.
Hi Anoop
|
Hi Niranjan,
Adding custom attributes to an artifact
sample TestCases 001 with custom attributes.xls and TestCases 001 with custom attributes.cfg will show you how to format it. |
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.