cancel
Showing results for 
Search instead for 
Did you mean: 

How to check login failure due to incorrect credentials ?

KAMAL_KUMARPATE
Level 2

Hi All

I have an application which throws a popup when incorrect credentials entered. During development how should i design to check if the popup has appeared after pressing the login button ? According to the best practice.



------------------------------
KAMAL KUMAR PATEL
------------------------------
1 REPLY 1

John__Carter
Staff
Staff
Use a wait stage with two branches. The first branch condition is the happy path, where the credentials are valid; the second branch is the unhappy path where the pop-up appears. Obviously if the credentials are invalid there probably isn't much your process can do to fix that, and chances are you'll just have to abort. But if you want to handle the pop-up and maybe issue a notification to the sys admin, then modelling the unhappy path is the way to go.

------------------------------
John Carter
Professional Services
Blue Prism
------------------------------