...
In this documentation, you’ll understand:
Table of Contents |
---|
Steps to Export BDD Cases
Step 1: To export BDD cases, simply click on the Cases option in the top bar menu.
...
Info |
---|
Post fetching, requirement information, and the feature files will be downloaded in a zip format. Users need to unzip the downloaded file. |
...
Feature File/Scenario Details
The exported feature files have the below information based on the choice of organization:
...
AIO Test Case field | Translated to in feature file |
---|---|
Case key | Scenario tag eg. @AT-TC-121 |
Case title | Scenario/Scenario Outline name |
Case description | Scenario description |
Tags | Tags on each scenario |
Requirement | @JREQ-<storykey> eg. @JREQ-AT-1 |
Steps | Scenario Steps |
Examples | Examples |
Data | If pipe separated, then exported as datatable, else as docstring (encapsulated in ““) |
Exported File Example
The below file is exported when Organise by Requirements is selected.
...