You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

A Test Type characterizes the Test in terms of its nature, so it can be clearly be distinguished from other Tests.

An Xray Test Type can be one of three kinds:

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

Review Test Types


By default, upon installation, Xray will create the following Test Types:

RankTest TypeKindExample
1

Manual

(default)

Steps

2GenericUnstructured

3CucumberGherkin

The default Test Type will be used when a Test issue is created. After creating the issue, you can edit the Test Type.



Create new test types

You may check with your team if they need extra test types. 

To create a new Test Type, go to the Add New Test Type section at the bottom of the page, fill out the following fields, and then press Add:

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


You can change the order of test types, and also set one as default.







  • No labels