...
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.
In this documentation, you’ll understand:
Table of Contents |
---|
Scenario to AIO Tests Mapping
...