How to reference "Priority" field of the artifacts of RQM in config file while using RQMExcelImporter?
how the "Priority" field in a RQM artifact such as Test case be refferenced from the config file? also how do we get information that syntax for refering to "Title" / "Description" field is testcase.dc:title testcase.dc:description and for "Owner" field is testcase.jalm:owner I went through the XML file generated for a Test Case using RQMUrlUtility but i could not figure out the syntax for above mentioned things(Priority,Title,Description). |
Accepted answer
you can also try with the syntax
testcase.priority="literal.priority.130" literal.priority.110 : Low literal.priority.120 : Medium literal.priority.130 : High literal.priority.101 : Unassigned Sarvendra Kumar selected this answer as the correct answer
|
3 other answers
To reference priority in test case use:
where A is the column in excel containing priority values.
Best Regards
|
Sample configuration files that demonstrate proper syntax file can be found in the "Samples" subdirectory of the Importer's install directory. "Testplan_Testcase_Testscript_TER_Environment_Iteration_AllInOne" gives the widest array of examples.
|
Sarvendra,
the syntax will be documented on the wiki and tracked in ExcelWordImporter - document all the support filed and corresponding configration syntax to the wiki page. (80958) |
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.