Functional
Coverage Overview
Features
Key Statistics
|
Number of Scenarios
|
1 |
|
Total Number of Test Cases
|
3 |
|
Tests Started
|
Nov 22, 2025 23:04:19 |
|
Tests
Finished
|
Nov 22, 2025 23:04:26 |
|
Total
Duration
|
6s |
|
Fastest Test
|
1s |
|
Slowest
Test
|
2s |
|
Average
Execution Time
|
2s |
|
Total
Execution Time
|
6s |
Functional Coverage Details
Features
| Feature |
Scenarios |
StepsText |
Test Cases |
% Pass |
Result |
Coverage |
|
User Login Functionality
|
1 |
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})
Given the user is on the login page
User opens the ThrillioWeb home page
When the user enters email as "user1@com.net" and password as "test1"
User enters the required credentials
And clicks the login button
After entering credentials, user clicks login button
Then the user should be able to see error message "User with email user@com.net does not exist in our system" on the error page
If user lands on Error page
When clicks Previous page button
User clicks 'Previous page' button on Error page
And the user should be directed to the login page
Wait until the home page renders
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})
Given the user is on the login page
User opens the ThrillioWeb home page
When the user enters email as "user2@com.net" and password as "test2"
User enters the required credentials
And clicks the login button
After entering credentials, user clicks login button
Then the user should be able to see error message "User with email user@com.net does not exist in our system" on the error page
If user lands on Error page
When clicks Previous page button
User clicks 'Previous page' button on Error page
And the user should be directed to the login page
Wait until the home page renders
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})
Given the user is on the login page
User opens the ThrillioWeb home page
When the user enters email as "user3@com.net" and password as "test3"
User enters the required credentials
And clicks the login button
After entering credentials, user clicks login button
Then the user should be able to see error message "User with email user@com.net does not exist in our system" on the error page
If user lands on Error page
When clicks Previous page button
User clicks 'Previous page' button on Error page
And the user should be directed to the login page
Wait until the home page renders
|
3 |
100% |
|
|
Key Statistics
|
Number of Scenarios
|
1 |
Total
Duration
|
6s |
|
Total Number of Test Cases
|
3 |
Fastest Test
|
1s |
|
Number of Manual Test Cases
|
0 |
Slowest
Test
|
2s |
|
Tests Started
|
Nov 22, 2025 23:04:19 |
Average
Execution Time
|
2s |
|
Tests
Finished
|
Nov 22, 2025 23:04:26 |
Total
Execution Time
|
6s |
Automated Scenarios
| feature |
Scenario |
Context |
Steps |
StepsText |
Started |
Total Duration |
Result |
|
User Login Functionality
|
Unsuccessful Login with Invalid Credentials
3 passing test cases
|
Chrome,linux
|
6 |
Given the user is on the login page
When the user enters email as "<wrongEmail>" and password as "<password>"
And clicks the login button
Then the user should be able to see error message "<errorMessage>" on the error page
When clicks Previous page button
And the user should be directed to the login page
|
23:04:19 |
6s 758ms |
SUCCESS
|
Manual Tests
No manual tests were recorded
|