Test Cases
Test Cases
Test Cases
1 Admin and Read only users account should be existed already in system.
2 User name and password of both user should be available for login.
Sr# Steps
* Authentication
1 Verify the login functionality with valid username and
password.
2 Verify the login functionality with invalid username or
password.
The user should be logged in to the system and respected page (For. Functional
Ex, dashboard) and data should be displayed to the user.
The validation message/prompt should be displayed to the user that
the 'Username/Email or Password is invalid".
Sr# Steps
* Authentication
1 Verify that the login screen is having option to enter
username and password with submit button
* Authorization
21 Verify that the permissions granted to both roles are
working as expected.
* Document Management
26 Verify that in document management module they is a
button to browse documents and some required input
fields for metadata.
Add Document
e existed already in system.
be available for login.
The login page should have 2 fields to enter username and password
and a submit button. And a forgot password button in case if
credentials are forgot.
The maximum length of fields should be set as per the input type of Functional
the fields as well data required in the field and validation message
should be displayed in case more than allowed characters are
entered.
The system should be handled if any such security attacks are made Security
on application.
The system should be redirected to login page only and should not be Security
redirected to that logged in user's page. Also the Auth cookie stored
while logging in should be removed once the user logs out.
The user should be logged out from all other platforms as well. Security
The user should be logged out on clicking on any function is session is Session
timed out.
The user should be logged out to the system if cookie is deleted and Session
ask user to login again to get the access.
The password should not be stored by the autofill form data by the Functional
browser.
The system should redirected to login page with validation message
and ask user to login again.
The system should be logged out and directed to the login page. The
access of admin user should not be updated to read only user.
The GUI should not be differ some functionality is not there in read
only user.
Execution Date Bug# Remarks/Comments/Other Observations
(dd/mm/yyyy)
For Admin : Admin can upload, search, view, edit and delete
records.
Read Only : This user can only view and search records.