Functional
Coverage Overview
Features
Key Statistics
|
Number of Scenarios
|
1 |
|
Total Number of Test Cases
|
1 |
|
Tests Started
|
Nov 22, 2025 23:04:34 |
|
Tests
Finished
|
Nov 22, 2025 23:04:35 |
|
Total
Duration
|
1s |
|
Fastest Test
|
1s |
|
Slowest
Test
|
1s |
|
Average
Execution Time
|
1s |
|
Total
Execution Time
|
1s |
Functional Coverage Details
Features
| Feature |
Scenarios |
StepsText |
Test Cases |
% Pass |
Result |
Coverage |
|
User Register Functionality
|
1 |
1: Unsuccessful Register with Invalid Email ({email=user@net, password=test, errorMessage=Invalid Email address. Please enter a valid format})
Given user register button on the login page
User opens the ThrillioWeb home page
User click 'Register here' button on the Login page
When the user enters email as "user@net" and password as "test" and firstname as "user" and lastname as "new"
User enters the required information on Registration Form page
And user clicks the register button
After entering credentials, user clicks Register button
Then user should be able to see error message "Invalid Email address. Please enter a valid format" on the error page
If user lands on Error page, get error message
When user clicks Previous page button
User clicks 'Previous page' button
And the user should be redirected to the register page
User returns to register page again
|
1 |
100% |
|
|
Key Statistics
|
Number of Scenarios
|
1 |
Total
Duration
|
1s |
|
Total Number of Test Cases
|
1 |
Fastest Test
|
1s |
|
Number of Manual Test Cases
|
0 |
Slowest
Test
|
1s |
|
Tests Started
|
Nov 22, 2025 23:04:34 |
Average
Execution Time
|
1s |
|
Tests
Finished
|
Nov 22, 2025 23:04:35 |
Total
Execution Time
|
1s |
Automated Scenarios
| feature |
Scenario |
Context |
Steps |
StepsText |
Started |
Total Duration |
Result |
|
User Register Functionality
|
Unsuccessful Register with Invalid Email
1 passing test case
|
Chrome,linux
|
6 |
Given user register button on the login page
When the user enters email as "<email>" and password as "<password>" and firstname as "user" and lastname as "new"
And user clicks the register button
Then user should be able to see error message "<errorMessage>" on the error page
When user clicks Previous page button
And the user should be redirected to the register page
|
23:04:34 |
1s 771ms |
SUCCESS
|
Manual Tests
No manual tests were recorded
|