7 tests
|
Note that results include
data-driven scenarios containing tests ,
which may also contain results other than tests .
Key Statistics
|
Number of Scenarios
|
5 |
|
Total Number of Test Cases
|
7 |
|
Tests Started
|
Nov 22, 2025 23:04:19 |
|
Tests
Finished
|
Nov 22, 2025 23:04:35 |
|
Total
Duration
|
16s |
|
Fastest Test
|
1s |
|
Slowest
Test
|
3s |
|
Average
Execution Time
|
2s |
|
Total
Execution Time
|
16s |
Functional Coverage Overview
Features
Functional Coverage Details
Features
Automated Tests
| feature |
Scenario |
Steps |
Started |
Total Duration |
Result |
|
User Login Functionality
|
1: Unsuccessful Login with Invalid Credentials
wrongEmail=user1@com.net, password=test1, errorMessage=User with email user@com.net does not exist in our system
|
6 |
23:04:19 |
2s 572ms |
SUCCESS
|
|
User Login Functionality
|
2: Unsuccessful Login with Invalid Credentials
wrongEmail=user2@com.net, password=test2, errorMessage=User with email user@com.net does not exist in our system
|
6 |
23:04:22 |
1s 938ms |
SUCCESS
|
|
User Login Functionality
|
3: Unsuccessful Login with Invalid Credentials
wrongEmail=user3@com.net, password=test3, errorMessage=User with email user@com.net does not exist in our system
|
6 |
23:04:24 |
2s 096ms |
SUCCESS
|
|
User Login Functionality
|
1: Login with wrong password
email=user1@semanticsquare.com, wrongPassword=xyz, errorMessage=Incorrect credentials. Please try again
|
4 |
23:04:26 |
2s 168ms |
SUCCESS
|
|
User Register Functionality
|
1: Successful Register with Valid Credentials
email=user61@semanticsquare.com, password=test
|
4 |
23:04:28 |
3s 169ms |
SUCCESS
|
|
User Register Functionality
|
1: Unsuccessful Register with valid Credentials
email=user61@semanticsquare.com, password=test, errorMessage=Email already exists.Please enter a valid email address
|
6 |
23:04:31 |
2s 351ms |
SUCCESS
|
|
User Register Functionality
|
1: Unsuccessful Register with Invalid Email
email=user@net, password=test, errorMessage=Invalid Email address. Please enter a valid format
|
6 |
23:04:34 |
1s 771ms |
SUCCESS
|
Manual Tests
No manual tests were recorded
|