Easy way to upload several categories, subcategories and the values in each of them
I am using RQM 5.0.1 and i would like to create several categories/sub categories and i have multiple values in each of them. Is there an easier way to get these values created from excels.
Is it possible to achieve this thru RQMExcelImporter utility?
My category structure is
Solution
Release
Vertical
Locale
Module-submodule
Feature-subfeature
Business event
Business sub event.
3 answers
Yes Renuka it is possible using Excel Importer. Try below .cfg syntax
categoryType.XLSStartRow=2
categoryType.dc:title=A
categoryType.XLSArtifactID=A
categoryType.dependsOn=Link(C)
// case sensitive
categoryType.scope="TestCase"
categoryType.required="false"
categoryType.multiSelectable="false"
category.XLSStartRow=2
category.dc:title=B
category.XLSArtifactID=B
category.categoryType=link(A)
categoryType.XLSStartRow=2
categoryType.dc:title=A
categoryType.XLSArtifactID=A
categoryType.dependsOn=Link(C)
// case sensitive
categoryType.scope="TestCase"
categoryType.required="false"
categoryType.multiSelectable="false"
category.XLSStartRow=2
category.dc:title=B
category.XLSArtifactID=B
category.categoryType=link(A)
Comments
renuka vasudevan
Oct 23 '15, 10:17 p.m.