Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

AIO Tests allows you to import feature files from your system where you have created and saved save the feature file to the test management app with ease. While you importing a gherkin-based feature file then: 

  • Each scenario/scenario outline gets mapped to one AIO Test case. If the test case already exists in AIO, the case will be updated based on the feature file.

  • Scenario outline gets converted into a single case and example values become datasets/examples.

  • For adding a story as a requirement in the newly created case, the scenario or the feature needs to be annotated with @JREQ-<Storykey>.

  • Docstrings and Data tables get copied into the data column.

Table of Contents

Scenario to AIO Tests Mapping

...

Step 3: On the import cases page, you will get 3 tabs on the Import Cases view- File, Other Projects, and Jobs. On the File page, click on the “Browse to upload file” button under the Feature File box to import a .feature file. 

Sample Feature Files

View file
nameSimpleScenarios (2).feature
View file
nameScenarioOutline (2).feature
View file
nameRule.feature

...

Step 4: Once you upload a the file, the Import Configuration section will appear on the screen.  On the Import Configuration page, you will get two options- Folder and Default Status.  

  • Folder: Default folder where scenarios will be imported as tests. Select the folder from the already created folders drop-down.

...