Versions Compared

Key

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

...

Gherkin Tests always display the Test scenario on the execution page. Usually, these tests are automated and their result can be imported into Xray. However, it is also possible to execute these Tests manually by setting the overall result of the Test Run, or by setting the result of each example (in case of scenario outlines).

Manual Execution

Image Added

After importing automated results


Examples

A scenario outline of an automated Cucumber test will normally contain an "examples" table containing several inputs and outputs for the given scenario.

...

When a step status is changed, the iteration status will be updated automatically, according to the step statuses and, in turn, the overall test status will also be updated based on all iterations statuses.

image2021-4-29_14-27-33.png

Image Added

Automated Results

...