Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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 - IdTS - Sequence NumberTS - ActionTS - Expected ResultsTS - Custom Field 1TS - Custom Field 2

Import

While importing this data into a project:

  • If TC - Id OR TC - External Id is not mapped, then
    • the Test Steps cannot be imported.
  • 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
  • No labels