Versions Compared

Key

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

...

Gliffy Diagram
namestandard_test_workflow
pagePin1


However, with With automated tests and Agile teams, tests are normally written continuously during development. Keen developers will add as many tests as possible or, at least, the most relevant ones.

Thus, the most common workflow when dealing with automated tests would be to write the automated tests code, execute them, and then import the results and as well as the test themselves to Xray.

...

Gliffy Diagram
nameautomation_workflow_based_on_code Copy
pagePin1

...

Types of Tests used for automation

Xray provides two different type types of tests that may be used to represent automated tests:

  • Cucumber: a test specified in natural language (i.e., in Gherkin)
  • Generic: all other automated tests (or any automated test, in general)


Info
titleLearn more

See Testing in BDD with Gherkin based frameworks (e.g. Cucumber) and Using Generic Tests for Automation to learn how to use the two different types of automated tests.

...