[TC Import] The content of the field in the TC_AUTOMATABLE column is ignored by the import
Affected version : 5.X -> 7.0.0.it3
Observed behaviour
The content of the field in the TC_AUTOMATABLE column is ignored by the import
In the test case import file, a TC_AUTOMATABLE column is present. This can take the values M, Y, N. However, these values are ignored during UPDATE or CREATE.
The value used for CREATE will always be 'To instruct' (M, default value).
Steps to reproduce
- In a Squash project, having activated an automation workflow
- Have a test case with an 'Eligibility for automation' other than 'To instruct'.
- In a test case import file :
- a CREATE line for a new test case with a value other than 'To instruct' (M) for the TC_AUTOMATABLE column
- an UPDATE line for the existing test case with a different value from the one entered in Squash for the TC_AUTOMATABLE column
- Import the Excel file into the 'Test cases' workspace
Expected result
The values entered in the import file must be taken into account for both CREATE and UPDATE.