Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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).

0 votes


Accepted answer

Permanent link
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

1 vote


3 other answers

Permanent link

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

0 votes


Permanent link
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.

0 votes


Permanent link
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)

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Feb 26 '13, 11:18 a.m.

Question was seen: 7,721 times

Last updated: Feb 26 '13, 10:20 p.m.

Related questions
Confirmation Cancel Confirm