How to import the category in test case execution result by RQM Excel Importer?
How to import the category types and its category values in test case execution result by RQM Excel Importer?
When starting a manual test, I expect to choose a imported category value.
|
2 answers
You can import the category types and its category values like the following example.
// This configuration file creates Execution result category and adds
several values to each category
//execution result category
categoryType.XLSStartRow=2
categoryType.dc:title=B
categoryType.scope="ExecutionResult"
categoryType.XLSArtifactID=B
//category values
category.XLSStartRow=2
category.dc:title=C
category.XLSArtifactID=C
category.categoryType=link(B)
* A sample xls
* Expected result
|
For test case I used the following structure:
|
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.