| Scenario: Successful Login with Valid Credentials (1 example) |
|
||
| Scenario Outline: Unsuccessful Login with Invalid Credentials (3 examples) |
|
||
| Scenario: Login with wrong password (1 example) |
|
Given the user is on the login page
When the user enters email as "{email}" and password as "{password}"
And clicks the login button
Then the user should be redirected to the next page
Then the user clicks logout button
And the user should be directed to the login page
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
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}"
| Number of Scenarios | 3 | Total Duration | 25s |
| Total Number of Test Cases | 5 | Fastest Test | 1s |
| Number of Manual Test Cases | 0 | Slowest Test | 16s |
| Tests Started | Nov 22, 2025 23:04:03 | Average Execution Time | 4s |
| Tests Finished | Nov 22, 2025 23:04:28 | Total Execution Time | 24s |
| feature | Scenario | Context | Steps | Started | Total Duration | Result |
|---|---|---|---|---|---|---|
| User Login Functionality |
Successful Login with Valid Credentials
1 passing test case |
6 | 23:04:03 | 16s 067ms | ||
| User Login Functionality |
Unsuccessful Login with Invalid Credentials
3 passing test cases |
6 | 23:04:19 | 6s 758ms | ||
| User Login Functionality |
Login with wrong password
1 passing test case |
4 | 23:04:26 | 2s 168ms |