RQM: RQMExelImporter: mapping Priority
Can anybody help to find solution on how to reference "Priority" field on the artifacts of RQM in config file while using RQMExelImporter?
There are 2 solutions that will work, but I am looking for mapping "Priority" in the head section of test case
1) testcase.priority="literal.priority.130" (will map all test artifacts to the same value)
2) testcase.category term="Priority".value=A , where A is the column in excel containing priority values.