Serenity BDD Report
Home > Registration > Registration > Negative scenario
Report generated 21-08-2025 23:49

Registration

Background: Saved to the DB user

  Under 1 Second (Duration)

Negative Scenario

Scenario Outline

Given user registration request with following: <userFamilyName>, <userFirstName>, <phoneNumber>, <email> and <password>
When user <email> sends POST registration request
Then API responds with <responseCode> HTTP code

Examples: 

# User Family Name User First Name Phone Number Email Password Response Code
1 Doe John +40555555555 something john.doe 422
Steps Outcome
SUCCESS 144ms
SUCCESS 0.14s
Serenity BDD version 4.2.34