It's all about the answers!

Ask a question

Cannot connect test plan to linked test plan and test case


Jose Carlo Mercado (1112) | asked Dec 02 '13, 6:37 a.m.
edited Dec 02 '13, 6:43 a.m.
Hi guys,

I have successfully linked the test script to test case using the following config file. It has two tabs: Control List and Test Script tabs. It also creates new test plan BUT it doesn't link to test cases even with the testplan.XLSLink=testcase. Also, I get an error in creating test suite: Error sending artifact 1 of type testsuite to url. Any help would be greatly appreciated. I can't get this to work on RQM 2.0.1. If version is the issue, will this work on a higher version?

testscript.XLSWorksheetID="Test Script"
testscript.XLSStartRow=2
testscript.XLSArtifactID=A
testscript.dc:title=B
testscript.dc:description=C

testplan.XLSWorksheetID="Control List"
testplan.dc:title=A2
testplan.XLSLink=testcase

testsuite.dc:title=testplan.dc:title
testsuite.XLSLink=testcase

testscript.steps.type="execution"
testscript.steps.title=D
testscript.steps.name=D
testscript.steps.description=F
testscript.steps.expectedResult=G
testscript.XLSDelimeter=\n

testcase.XLSWorksheetID="Test Script"
testcase.XLSStartRow=2
testcase.ID=testscript.XLSArtifactID
testcase.XLSArtifactID=A
testcase.dc:title=testscript.dc:title
testcase.dc:description=testscript.dc:description
testcase.XLSDelimeter=\n

One answer



permanent link
Antoinette Iacobo (650712) | answered Dec 02 '13, 1:29 p.m.
 Though I can't find the WI for this, I'm pretty sure that the tool only supports linking a master artifact.  It does not support multiple ones in a single run.  So for example, you can link a test case to test scripts, you can't link a test plan to a test case to its scripts.  You would have to break it up into two runs.  

Toni

Your answer


Register or 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.