It's all about the answers!

Ask a question

How to reference "Priority" field of the artifacts of RQM in config file while using RQMExcelImporter?


Sarvendra Kumar (1922426) | asked Feb 26 '13, 11:18 a.m.

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


permanent link
Hao Wan (1.5k35) | answered Feb 26 '13, 10:20 p.m.
JAZZ DEVELOPER
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



permanent link
Rajat Singh (59833545) | answered Feb 26 '13, 11:36 a.m.

To reference priority in test case use:
testcase.category term="Priority".value=A

where A is the column in excel containing priority values.

Best Regards
Rajat


permanent link
Max Bridges (24126) | answered Feb 26 '13, 11:51 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
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.

permanent link
Hao Wan (1.5k35) | answered Feb 26 '13, 10:18 p.m.
JAZZ DEVELOPER

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.