It's all about the answers!

Ask a question

RQMExcelWordImporter: When Exporting will not priority be set


Jonathan Daugaard (611) | asked Dec 19 '13, 3:39 a.m.
I'm having trouble when exporting from RQMExcelWordImporter. Priority is always set to default value and not the value from my Excel sheet.

My setup is:
1. One excel file for Test suits with only one sheet.
2. from config file:
testsuite.priority=G
3. Priority is defined to only have the values: unclassified, Low, Medium, High.

RQMExcelWordImporter version: 4.0.1
RQM version 4.0.0.1

Thanks

2 answers



permanent link
Sunil Kumar R (1.1k13044) | answered Dec 19 '13, 7:19 a.m.
JAZZ DEVELOPER
 Hello Jonathan, From the excel exporter documentation (check under section "Supported Attributes and Configuration Syntax ") there isn't an option to set priority on Test Suites, it can be set on Test Cases only.

Is priority a custom field in TestSuite? If yes, you have to modify the line in config file to refer to the field by its internal id rather than the name.

Best Regards, Sunil




Comments
Jonathan Daugaard commented Dec 20 '13, 5:27 a.m.

Thank you Sunil for your answer. Sadly do I've the same problem for my testcases. Setup is similar with the exception that in the config file is:
testcase.priority=G

Thanks & regards,
Jonathan


permanent link
Ara Masrof (3.2k15) | answered Dec 20 '13, 1:45 p.m.
JAZZ DEVELOPER
Jonathan
if you want to create a testsuite with priority in RQM 4.0 
you can use the following syntax 
testsuite.priority="literal.priority.130" 

literal.priority.110 : Low 
literal.priority.120 : Medium 
literal.priority.130 : High 
literal.priority.101 : Unassigned 

there is an existing RFE to make this a bit more user friendly 

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.