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

Registration

Background: Saved to the DB user

  Under 1 Second (Duration)

Positive Scenario

Scenario Outline

Given user registration request with following: <userFamilyName>, <userFirstName>, <phoneNumber>, <email> and <password>
When user <email> sends POST registration request
And user amanda.hopkins@mail.com sends POST reject request
Then API responds with <responseCode> HTTP code
And user's data is erased from DB

Examples: 

# User Family Name User First Name Phone Number Email Password Response Code
1 Doe John +40555555555 john.doe@mail.com john.doe 200
Steps Outcome
SUCCESS 211ms
SUCCESS 0.21s
Serenity BDD version 4.2.34