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
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
Hi reshma , thanks for the response , but if i have the category structure which involves 6 levels , can u give me one sample in excel which can help me understand.
Hi ratani , thanks , i think i figured out the excel myself. i want to know what all values can this command have categoryType.scope
Please validate if the following is fine. I was not sure , as it is mentioned that it is case sensitive also and i could not find much documentation on this
categoryType.scope="TestPlan"
categoryType.scope="Keywords"
categoryType.scope="TestSuite"
categoryType.scope="TestScript"
For TCER can u tell what it would be.
Comments
renuka vasudevan
Oct 23 '15, 10:17 p.m.can somebody help me with my query