Versions Compared

Key

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

...

Each Test Type is of some "kind"; Xray provides 3 "kinds":

  • ManualSteps: structured; composed of multiple steps
  • GenericUnstructured: unstructured; it has only one Definition field that can be used as means to define the Test case
  • Gherkin: a test composed of Gherkin statements.

...

RankTest TypeKind
1

Manual

(default)

Manual
Steps
2GenericGenericUnstructured
3CucumberGherkin


The rank is used as sorting criteria whenever showing the options for the values of the Test Type of some Test case. The default Test Type will be used as the one used, also by default, when a Test issue or a Pre-Condition is created.

...

  • Option: the name for the Test Type option
  • Kind: the nature of the Test Type (e.g. ManualSteps, GenericUnstructured, Gherkin)

Deleting a Test Type

...