Serenity BDD Report
Home > Login > User Login Functionality > Unsuccessful login with invalid credentials
Report generated 22-11-2025 23:04

User Login Functionality

  Invalid Credentials   1 To 10 Seconds (Duration)

Unsuccessful Login with Invalid Credentials

Scenario Outline

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

Examples: 

# Wrong Email Password Error Message
1 user1@com.net test1 User with email user@com.net does not exist in our system
2 user2@com.net test2 User with email user@com.net does not exist in our system
3 user3@com.net test3 User with email user@com.net does not exist in our system
Steps Screenshots Outcome
SUCCESS 2s 572ms
SUCCESS 1s 938ms
SUCCESS 2s 096ms
SUCCESS 6.76s
Serenity BDD version 4.2.30