cs180-22-cs180-22-untouchables created by GitHub Classroom
2
stars
0
forks
source link
As a developer, I want incorporate administrative verifications for privileged update and delete operations within the system so I can uphold the overall integrity of the database. #9
check if login is functional
check if correct pair of username and password and log user in and an incorrect pair will not.
check if one field of correctness (correct username and incorrect password/incorrect username and correct password), will not log user in.
users are not allowed to directly edit/modify the login.csv file, the user/password pair is given and used as access token.
username "admin" will give user previlege level 0 and the rest will give user previlege 1 which have restrictions on certain intructions, check that the accesslevel is successfully assigned, and the previleged actions are passed.
check lower privilege level (1) cannot perform action on higher privileged intruction (0).
Priority
5
Story Points
5
Test Cases
check if login is functional check if correct pair of username and password and log user in and an incorrect pair will not. check if one field of correctness (correct username and incorrect password/incorrect username and correct password), will not log user in. users are not allowed to directly edit/modify the login.csv file, the user/password pair is given and used as access token. username "admin" will give user previlege level 0 and the rest will give user previlege 1 which have restrictions on certain intructions, check that the accesslevel is successfully assigned, and the previleged actions are passed. check lower privilege level (1) cannot perform action on higher privileged intruction (0).