Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Done
-
R3.5.3
-
XRAY 2020 Sprint 3
-
Description
Test Case Importer doesn't take into account Custom Fields' Configuration Scheme.
The Test Case Importer, when importing a Custom Field with Options (Single/Multi Select, Cascading Multiselect, etc...) we only take into account the Options of the Default Scheme Configuration, and not any other that may exist and be applicable.
Steps to Reproduce:
- Create a new Single Select Custom Field
- Add it to a screen in an existing Project (e.g. Calculator)
- Add 3 options to the Default Scheme Configuration: A, B, C
- Create a new Scheme for the previous project with the following options: AA, BB, CC
- At the end, you should have a configuration similar to the attached image
- Try to import the attached CSV file to the previous project
- At the end of the import, it will display an error saying that the Custom Field couldn't be mapped, however, it should have the value 'AA'