Serenity BDD Report
Home > Requirements > Group > Teams management
Report generated 21-08-2025 23:49

Feature: Teams management

Admins, moderators and professors should be able to create teams, manage students inside team and delete them.

Scenarios

Background: Saved to the DB user

Given following roles:

IdRole
1ADMIN
2MODERATOR
3PROFESSOR
4STUDENT

And ADMIN users with following:

Family NameFirst NamePhone NumberEmailPassword
HopkinsAmanda+40111111111amanda.hopkins@mail.comamanda.hopkins

And PROFESSOR users with following:

Family NameFirst NamePhone NumberEmailPassword
DoeJohn+40555555555john.doe@mail.comjohn.doe

And user amanda.hopkins@mail.com sends POST authentication request with amanda.hopkins or alternative amanda.hopkins password

When user amanda.hopkins@mail.com sends POST team creation request with {teamName} and {teamDescription}

Then API responds with 201 HTTP code

And new team with {teamName}, {teamDescription} is created

Examples:

teamNameteamDescription
Team 1Team 1 description

Feature Coverage By Scenario

Test Outcomes

Test Performance

Key Statistics

Number of Scenarios 1 Total Duration 217ms
Total Number of Test Cases 1 Fastest Test 217ms
Number of Manual Test Cases 0 Slowest Test 217ms
Tests Started Aug 21, 2025 23:49:45 Average Execution Time 217ms
Tests Finished Aug 21, 2025 23:49:45 Total Execution Time 217ms

Automated Tests

feature Scenario Context Steps Started Total Duration Result
Teams management Positive scenario: Admin user submits POST request with new team request body, data is saved to the DB.
1 passing test case
3 23:49:45 217ms SUCCESS

Manual Tests

No manual tests were recorded
Serenity BDD version 4.2.34