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 the user should see a message "You have been successfully registered!"
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
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
| Number of Scenarios | 3 | Total Duration | 7s |
| Total Number of Test Cases | 3 | Fastest Test | 1s |
| Number of Manual Test Cases | 0 | Slowest Test | 3s |
| Tests Started | Nov 22, 2025 23:04:28 | Average Execution Time | 2s |
| Tests Finished | Nov 22, 2025 23:04:35 | Total Execution Time | 7s |
| feature | Scenario | Context | Steps | Started | Total Duration | Result |
|---|---|---|---|---|---|---|
| User Register Functionality |
Successful Register with Valid Credentials
1 passing test case |
4 | 23:04:28 | 3s 169ms | ||
| User Register Functionality |
Unsuccessful Register with valid Credentials
1 passing test case |
6 | 23:04:31 | 2s 351ms | ||
| User Register Functionality |
Unsuccessful Register with Invalid Email
1 passing test case |
6 | 23:04:34 | 1s 771ms |