RQM excell importer skips first entry when only importing test cases.
Hi, I am using the importer for only testcases. My config file looks like ths: testcase.dc:title=A testcase.dc:description=B testcase.category term="A-Team".value=C testcase.category term="TC Function".value=D testcase.category term="TC Sub-Function".value=E testcase.XLSArtifactID=A
It skips the first excell spread sheet entry. Am I using XLSArtifcatID correctly? I want the importer to generate unique IDs and not overwrite existing testcases if the names are different.
|
One answer
Hi Jeff,
Do you look at the samples under the importer installation path, there are some samples about test case. |
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
Hi Jeff,
You can try to add the following line in the config file:
testcase.XLSStartRow=1