Cannot connect test plan to linked test plan and test case
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
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
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.