Serenity BDD Report
Home > Requirements > User sign-up
Report generated 02-04-2024 13:25

Feature: User sign-up

Scenarios

Given I am on the Add User page

When I fill in the following user details:

First NameLast NameEmailPassword
DanielleAndersonDanielleAnderson@rhyta.comooDiFahtuZ9i

And I click on the "Submit" button to register a user

Then I should see a Contact List page with a Logout button

Given I am on the Add User page

When I fill in the following user details:

First NameLast NameEmailPassword
DossMaryDoss@rhyta.comAish4EeBee7

And I click on the "Submit" button to register a user

Then I should see the error message: "User validation failed: firstName: Path firstName is required."

Given I am on the Add User page

When I fill in the following user details:

First NameLast NameEmailPassword
PaulPricePaulPrice@rhytaIokuN1oh

And I click on the "Submit" button to register a user

Then I should see the error message: "User validation failed: email: Email is invalid"

Feature Coverage By Scenario

Test Outcomes

Test Performance

Key Statistics

Number of Scenarios 3 Total Duration 7s
Total Number of Test Cases 3 Fastest Test 1s
Number of Manual Test Cases 0 Slowest Test 3s
Tests Started Apr 02, 2024 13:25:27 Average Execution Time 2s
Tests Finished Apr 02, 2024 13:25:34 Total Execution Time 6s

Automated Tests

feature Scenario Context Steps Started Total Duration Result
User sign-up Successfully add a new user to the system Chrome,Mac OS X 4 13:25:32 2s 182ms SUCCESS
User sign-up Try to add a new user with empty First Name field Chrome,Mac OS X 4 13:25:30 1s 550ms SUCCESS
User sign-up Try to add a new user with an invalid email Chrome,Mac OS X 4 13:25:27 3s 133ms SUCCESS

Manual Tests

No manual tests were recorded
Serenity BDD version 4.1.4