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

...

The Execution Details of the Generic Test contains information about the Test Suite, which in this case corresponds to the Test Case class, including its namespace. 



References