17 tests
|
Note that results include
data-driven scenarios containing tests ,
which may also contain results other than tests .
Key Statistics
|
Number of Scenarios
|
13 |
|
Total Number of Test Cases
|
17 |
|
Tests Started
|
Aug 21, 2025 23:49:44 |
|
Tests
Finished
|
Aug 21, 2025 23:49:47 |
|
Total
Duration
|
2s |
|
Fastest Test
|
5ms |
|
Slowest
Test
|
262ms |
|
Average
Execution Time
|
159ms |
|
Total
Execution Time
|
2s |
Functional Coverage Overview
Features
Functional Coverage Details
Features
Automated Tests
| feature |
Scenario |
Steps |
Started |
Total Duration |
Result |
|
Teams management
|
1: Positive scenario: Admin user submits POST request with new team request body, data is saved to the DB.
teamName=Team 1, teamDescription=Team 1 description
|
7 |
23:49:45 |
217ms |
SUCCESS
|
|
Profile
|
User tries to pull his profile data based on the username.
|
5 |
23:49:45 |
143ms |
SUCCESS
|
|
Profile
|
1: User logs in and submits POST request trying to upload a profile picture.
photoFile=1mb.jpeg, responseCode=200, responseMessage=Profile photo uploaded successfully
|
5 |
23:49:45 |
149ms |
SUCCESS
|
|
Profile
|
2: User logs in and submits POST request trying to upload a profile picture.
photoFile=4mb.jpeg, responseCode=400, responseMessage=Please upload a jpeg, png or gif photo less than 2MB!
|
5 |
23:49:45 |
143ms |
SUCCESS
|
|
Profile
|
3: User logs in and submits POST request trying to upload a profile picture.
photoFile=textFile.txt, responseCode=400, responseMessage=Please upload a jpeg, png or gif photo less than 2MB!
|
5 |
23:49:45 |
133ms |
SUCCESS
|
|
Profile
|
1: User logs in and submits POST request trying to upload a profile picture followed by DELETE request for profile picture deletion.
photoFile=1mb.jpeg, responseCode=200, responseMessage=Profile photo successfully deleted.
|
6 |
23:49:46 |
137ms |
SUCCESS
|
|
Profile
|
1: User logs in and submits POST request trying to update a profile info.
userFirstName=Dan, userFamilyName=Cooper, userPhoneNumber=+40746287940, updatedPassword=, updatedPasswordCheck=, updateResponseCode=200, updateResponseMessage=Profile updated successfully. Updated: first name, family name, phone number, password, loginResponseCode=200
|
8 |
23:49:46 |
262ms |
SUCCESS
|
|
Profile
|
2: User logs in and submits POST request trying to update a profile info.
userFirstName=, userFamilyName=, userPhoneNumber=, updatedPassword=111111, updatedPasswordCheck=111111, updateResponseCode=200, updateResponseMessage=Profile updated successfully. Updated: first name, family name, phone number, password, loginResponseCode=200
|
8 |
23:49:46 |
256ms |
SUCCESS
|
|
Profile
|
3: User logs in and submits POST request trying to update a profile info.
userFirstName=Lana, userFamilyName=Del Rey, userPhoneNumber=+40746287940, updatedPassword=111111, updatedPasswordCheck=111111, updateResponseCode=200, updateResponseMessage=Profile updated successfully. Updated: first name, family name, phone number, password, loginResponseCode=200
|
8 |
23:49:46 |
258ms |
SUCCESS
|
|
Registration
|
1: Positive Scenario: User submits POST request with registration body, data is saved to DB. Admin rejects registration request.
userFamilyName=Doe, userFirstName=John, phoneNumber=+40555555555, email=john.doe@mail.com, password=john.doe, responseCode=200
|
8 |
23:49:44 |
211ms |
SUCCESS
|
|
Registration
|
1: Negative Scenario: User submits POST request with registration body, data is saved to DB. Admin is trying to approve registration request for not enabled account.
userFamilyName=Doe, userFirstName=John, phoneNumber=+40555555555, email=john.doe@mail.com, password=john.doe, responseCode=400
|
7 |
23:49:44 |
204ms |
SUCCESS
|
|
Registration
|
1: Negative Scenario: User submits POST request without email, error message is returned.
userFamilyName=Doe, userFirstName=John, phoneNumber=+40555555555, email=something, password=john.doe, responseCode=422
|
6 |
23:49:44 |
144ms |
SUCCESS
|
|
Authentication
|
Authentication positive scenario
|
5 |
23:49:44 |
150ms |
SUCCESS
|
|
Authentication
|
Authentication negative scenario
|
5 |
23:49:44 |
151ms |
SUCCESS
|
|
Authentication
|
Authentication negative scenario
|
4 |
23:49:45 |
138ms |
SUCCESS
|
|
Cross-origin resource sharing
|
CORS positive scenario
|
3 |
23:49:45 |
006ms |
SUCCESS
|
|
Cross-origin resource sharing
|
CORS negative scenario
|
3 |
23:49:45 |
005ms |
SUCCESS
|
Manual Tests
No manual tests were recorded
|