Serenity BDD Report
Home > Requirements > Register > User register functionality
Report generated 22-11-2025 23:04

Feature: User register functionality

Scenarios

Given user register button on the login page

When the user enters email as "{email}" and password as "{password}" and firstname as "user" and lastname as "new"

And user clicks the register button

Then the user should see a message "You have been successfully registered!"

Examples:

emailpassword
user61@semanticsquare.comtest

Given user register button on the login page

When the user enters email as "{email}" and password as "{password}" and firstname as "user" and lastname as "new"

And user clicks the register button

Then user should be able to see error message "{errorMessage}" on the error page

When user clicks Previous page button

And the user should be redirected to the register page

Examples:

emailpassworderrorMessage
user61@semanticsquare.comtestEmail already exists.Please enter a valid email address

Given user register button on the login page

When the user enters email as "{email}" and password as "{password}" and firstname as "user" and lastname as "new"

And user clicks the register button

Then user should be able to see error message "{errorMessage}" on the error page

When user clicks Previous page button

And the user should be redirected to the register page

Examples:

emailpassworderrorMessage
user@nettestInvalid Email address. Please enter a valid format

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 Nov 22, 2025 23:04:28 Average Execution Time 2s
Tests Finished Nov 22, 2025 23:04:35 Total Execution Time 7s

Automated Tests

feature Scenario Context Steps Started Total Duration Result
User Register Functionality Successful Register with Valid Credentials
1 passing test case
Chrome,linux 4 23:04:28 3s 169ms SUCCESS
User Register Functionality Unsuccessful Register with valid Credentials
1 passing test case
Chrome,linux 6 23:04:31 2s 351ms SUCCESS
User Register Functionality Unsuccessful Register with Invalid Email
1 passing test case
Chrome,linux 6 23:04:34 1s 771ms SUCCESS

Manual Tests

No manual tests were recorded
Serenity BDD version 4.2.30