How to associate Requirement with Test Cases in RQM 2.0 version using CFG file in ExcelImporter 2.0
Hi,
I am trying to export the Requirements and its associated Test Cases to RQM2.0 using ExcelImporter RQM-Extras-RQMExcelWordImporter-2.0.1.1-iFix2.
My CFG file which is used in ExcelImporter addins :----
testcase.XLSStartRow=8
testcase.dc:title=F
testcase.dc:description=G
testcase.XLSWorksheetID="TestCase_Sheet"
testcase.requirement=Link(A)
requirement.XLSStartRow=8
requirement.XLSArtifactID=A
requirement.dc:title=A
requirement.dc:description=B
requirement.XLSWorksheetID="Req_Sheet"
While exporting from excel using the above cfg file contents it throws following error:
Error: Configuration File, Line 11, Found a value that reduced to "Link(A)", but was expecting a value equivelant to a column, cell, or literal.e error occours while exporting :
The same CFG file works in 4.0 with this testcase.requirement=Link(A) but its giving error in 2.0. How to assocaite the requirement with the test cases in RQM 2.0 version. Any keyword or command has been changed for this. Can you please tell me how to link requirement with the test cases in CFG file ?
Thanks-
Chandan
One answer
I'm not sure if Excel Importer 2.0 support link requirement, if it support, it maybe self reference, and it doesn't support test artifact and requirement in different worksheets.
Comments
While adding TestCase from ExcelImporter we can add Test Case Description, Design etc. But there is no way to add the "Requirement" links even if both are in same excel sheet. I have only one excel sheet in which Column A refers Requirement and Column E is Test case. Please let me know how can we add link to the requirements in Test Case in RQM 2.0 version.