Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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.

0 votes



One answer

Permanent link
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.

0 votes

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Apr 01 '16, 4:09 a.m.

Question was seen: 1,711 times

Last updated: Apr 01 '16, 8:08 a.m.

Confirmation Cancel Confirm