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

Registration

Background: Saved to the DB user

  1 To 10 Seconds (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 <email> sends POST validation request
And user amanda.hopkins@mail.com sends POST enable request with STUDENT role
Then API responds with <responseCode> HTTP code
And user's data is saved to db and user's account is enabled

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 3s 943ms
SUCCESS 3.94s
Serenity BDD version 4.2.34