Importing Risk values for Test Case using the Excel Importer
Does anyboyd know what the configuration mapping would be to import the risk associated with a test case?
The schema has the following reference to risk:
TheXML representation of risk based on the schema though is:
so I'm guessing something as simple as the following entry in the import configuration doesn't work:
testcase.risk=D.
How would you format the spreadsheet or the configuration file to enable rick to be imported as a generic value?
The schema has the following reference to risk:
<xs:element maxOccurs="1" minOccurs="0" ref="risk"/>
TheXML representation of risk based on the schema though is:
<risk>
Content: id, riskLevel?, factors?, commnunityAssessment?
</risk>
so I'm guessing something as simple as the following entry in the import configuration doesn't work:
testcase.risk=D.
How would you format the spreadsheet or the configuration file to enable rick to be imported as a generic value?
3 answers
Does anyboyd know what the configuration mapping would be to import the risk associated with a test case?
The schema has the following reference to risk:
<xs>
TheXML representation of risk based on the schema though is:
<risk>
Content: id, riskLevel?, factors?, commnunityAssessment?
</risk>
so I'm guessing something as simple as the following entry in the import configuration doesn't work:
testcase.risk=D.
How would you format the spreadsheet or the configuration file to enable rick to be imported as a generic value?
Hello,
Importing the risk field is currently not supported. There is an open enhancement about it though already filed, 24710.
- Mike