RQMExcelWordImporter: When Exporting will not priority be set
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
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
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
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
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