Export
When Test Cases are exported in CSV format, the test step data gets exported along with Test Cases in a Pivot Table format, like
TC - Id | .... ... | TS - Id | TS - Sequence Number | TS - Action | TS - Expected Results | TS - Custom Field 1 | TS - Custom Field 2 |
---|
Import
While importing this data into a project:
- If TC - Id is not mapped, then the TC-Id is created with the first entry.
- If TC - Id already exists, and
- if TS - Id does not exist, then the Test Step (TS - Id) is created against this TC-Id.
- if TS - Id already exists, then the data is updated.
- Sequence number may not be mapped to the target, it will be auto-generated.
- Rest of the fields may or may not be mapped, depending on the user's choice. These include
- TS - Action
- TS - Expected Results
- TS - Custom Fields