RQM 5.0: Importing Test Script with Test cases in RQM
I have installed RQMExcelImporter and i am able to import my test cases.
Here is the question- In my excel sheet one column contains Test Script in which for some of the test cases Test script enrty is there and blank column for rest of the test cases. Now, if i am tryig to import test cases only are gtting impoted which respected Test Script column contains enrty but not all. i want to import all the test cases whether Test script is there or not. Can anybody tell me specific enrty for Test Script i need to mentioned in configuration file . Thanks in Advance. |
Accepted answer
Hi Naveen,
Have you used testcase.XLSLink = testscript in your cfg? If yes then it is expected behavior because having this line means you are saying to create that many testcase as many TestScripts, have 1-1 mapping between testscript and testcase. So if the testcases which dont have testscript value will not get exported because 1-1 mapping doesnt happen. What you can do is export the testscripts first. Then export the TestCases and link testscript using below attribute where column K will have id value of testscripts testcase.testscript=Link(K) Naveen Tyagi selected this answer as the correct answer
Comments
Naveen Tyagi
commented Mar 26 '15, 8:08 a.m.
Hi Reshma,
testcase.dc:title=B
testcase.dc:description=C
testscript.XLSStartRow=5
testscript.dc:title=H
testscript.XLSLink=H
testcase.XLSLink = testscript
testscript.XLSDelimeter=\n
|
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.