It's all about the answers!

Ask a question

How to import the category in test case execution result by RQM Excel Importer?


Taki Nakajo (1.1k2846) | asked Sep 21 '15, 12:05 a.m.
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



permanent link
Taki Nakajo (1.1k2846) | answered Sep 21 '15, 12:14 a.m.
You can import the category types and its category values like the following example.

* A sample cfg

// 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

sample xls

* Expected result

expected result


Comments
Yasuyuki Tominaga commented Oct 07 '15, 8:45 p.m. | edited Oct 07 '15, 9:05 p.m.

Thanks! This is helpful.


permanent link
Joao Carusi (263114) | answered Oct 08 '15, 4:02 p.m.
For test case I used the following structure:

testcase.category term ="Functionality".value="Functionality" testcase.category term ="Function".value="Data entry"

Your answer


Register or to post 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.