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. |
Comments
Hi Jeff,
You can try to add the following line in the config file:
testcase.XLSStartRow=1