-
Notifications
You must be signed in to change notification settings - Fork 9
Login with Admin, Employee and Management
Hardik Bhatt edited this page Nov 3, 2016
·
1 revision
| Action | Expected Result |
|---|---|
| 1) To verify login with user (Admin, Employee and Management) credentials by (i) Open a link https://promactoauth.azurewebsites.net (ii) Then you may see the login page (iii) Enter the details as (a) Email: [email protected] (b) Password: Admin@123 (iv) Click on Login button | It should allow user (Admin, Employee and Management) to login with their credentials. |
| 2) To verify login with proper email | It should allow to enter correct email ID and the format must be "[email protected]". |
| 3) To verify login with proper password | It should allow to enter the password and the password must contain minimum of 6 letters Alphanumeric is allowed in it and various symbol like "@ $,& * . ?" are allowed in the password. |
| 4) To verify when Email and Password field are empty | It should allow to show an error "Email is required and Password is required". |
| 5) To verify when email is entered incorrectly | It should show an error message as "Email is invalid". |
| 6) To verify when password is entered incorrectly | It should show an error message as "Password is invalid". |
| 7) To verify if email is incomplete | It should allow to show an error message as "Email is not valid email address". |
| 8) To verify whether the login is successfully or not | It should display an message in the toaster as "Login is successfully". |