Versions Compared

Key

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

Overview

Serenity is a framework for BDD, promoting the separation between steps implementation and the actual specification in each test case.

In this tutorial, we will create some tests using Serenity along with JUnit in Java and we will use Xray just to have visibility of the test results.

Description

The following automated tests are taken from Serenity demo tutorials here

...