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.
Comments
Lily Wang
Jan 28 '14, 7:58 p.m.Hi Jeff,
You can try to add the following line in the config file:
testcase.XLSStartRow=1
1 vote