Versions Compared

Key

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

...

Cucumber Tests (or scenarios) are of two Scenario Types:

  •  Scenario: a  a set of instructions exclusively composed of by constant values, which, when executed by a tool, will only give a static result (e.g., 2 + 3 = 5)
  •  Scenario Outline: a generic set of instructions containing variables, which, when executed by a tool, will prompt varied results according to the specified input.

In Xray, you can specify the scenario directly on the Test issue.

...

Please note that custom field Cucumber Test Type field is now deprecated since Xray Data Center versions V7.3.0 or higher.

...

.


Table of Contents

Defining Gherkin Tests

...