Home > Product management > login without valid credentials
Report generated 22-07-2023 00:08

Product Management

Background: Automation exercise app is running

 Verify Loginwithout Email Credentials (tag)

login without valid credentials

Scenario Outline

When user login without valid credentials
Then User should get the statuscode as 200
And User should get the responseCode <responsebodycode>
And User responsemessage as <responsemessagebody>

Examples: 

# Responsebodycode Responsemessagebody
1 400 "Bad request, email or password parameter is missing in POST request."
Steps Outcome
SUCCESS 983ms
SUCCESS 0.99s
Serenity BDD version 3.2.1