Linking of Test case with Test Script is not working in .cfg file
Hello,
I created simple Test plan, test case and test script and exported it from RQM.
Also created .cfg file for exported data.
I tried to copy it into other workspace using "RQM Excel Import utility"
All the artifacts are created into the other workspace and alstest plan and test case are linked to each other.
Issue is that Test case and test script are not linked.
I created 3 sheet in excel workbook.
1. TestPlan
2. TestCase
3. TestScript
Below is simple code of .cfg file for test artifact to import-
testplan.XLSWorksheetID="TestPlan"
testplan.XLSStartRow=2
testplan.dc:title=B
testplan.testcase=Link(C)
testplan.XLSDelimeter=\n
testplan.XLSLink="testcase"
testcase.XLSWorksheetID="TestCase"
testcase.XLSStartRow=2
testcase.dc:title=C
testcase.XLSArtifactID=B
testcase.testscript=Link(G)
testcase.XLSDelimeter=\n
testscript.XLSWorksheetID="TestScript"
testscript.XLSStartRow=2
testscript.dc:title=B
testscript.steps.type="execution"
testscript.steps.title=B
testscript.XLSArtifactID=A
testcase.XLSLink=testscript
testscript.XLSDelimeter=\n
Could any one can help me to sort out above issue.
|
One answer
Hello Anurag Patel,
Please refer to the following sample file Testplan_Testcase_Testscript_TER_Environment_Iteration_AllInOne ( C:\Program Files\IBM\RQMExcelImporter\Samples) // by referring to the testscript's field instead of the column that data comes from // the tool will also create links to each of the test scripts. |
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.
Comments
Referred link : https://jazz.net/wiki/pub/Main/ExcelWordImporterBestPractice/Migrate_MS_office_document_to_RQM_--_Excel_Importer_best_practice.pdf