Functional
Coverage Overview
Features
Key Statistics
|
Number of Scenarios
|
1 |
|
Total Number of Test Cases
|
1 |
|
Tests Started
|
Nov 22, 2025 23:04:26 |
|
Tests
Finished
|
Nov 22, 2025 23:04:28 |
|
Total
Duration
|
2s |
|
Fastest Test
|
2s |
|
Slowest
Test
|
2s |
|
Average
Execution Time
|
2s |
|
Total
Execution Time
|
2s |
Functional Coverage Details
Features
| Feature |
Scenarios |
StepsText |
Test Cases |
% Pass |
Result |
Coverage |
|
User Login Functionality
|
1 |
1: Login with wrong password ({email=user1@semanticsquare.com, wrongPassword=xyz, errorMessage=Incorrect credentials. Please try again})
Given the user is on the login page
User opens the ThrillioWeb home page
When the user enters email as "user1@semanticsquare.com" and password as "xyz"
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 alert message "Incorrect credentials. Please try again"
Alert message for wrong password
|
1 |
100% |
|
|
Key Statistics
|
Number of Scenarios
|
1 |
Total
Duration
|
2s |
|
Total Number of Test Cases
|
1 |
Fastest Test
|
2s |
|
Number of Manual Test Cases
|
0 |
Slowest
Test
|
2s |
|
Tests Started
|
Nov 22, 2025 23:04:26 |
Average
Execution Time
|
2s |
|
Tests
Finished
|
Nov 22, 2025 23:04:28 |
Total
Execution Time
|
2s |
Automated Scenarios
| feature |
Scenario |
Context |
Steps |
StepsText |
Started |
Total Duration |
Result |
|
User Login Functionality
|
Login with wrong password
1 passing test case
|
Chrome,linux
|
4 |
Given the user is on the login page
When the user enters email as "<email>" and password as "<wrongPassword>"
And clicks the login button
Then the user should be able to see alert message "<errorMessage>"
|
23:04:26 |
2s 168ms |
SUCCESS
|
Manual Tests
No manual tests were recorded
|