need to create a decision table for the following Use Case that I created for an exercise. Can anybody please help me create a decision table to the following process? Use Case: Create a new user Admin selects the “Create user” button System shows Create User screen with text: “Enter username”, “Enter password”, and “Confirm password” Admin enters username, password with the required complexity, and confirms password; Then presses, “Next” or “Enter”
I need to create a decision table for the following Use Case that I created for an exercise. Can anybody please help me create a decision table to the following process?
Use Case: Create a new user
-
Admin selects the “Create user” button
-
System shows Create User screen with text: “Enter username”, “Enter password”, and “Confirm password”
-
Admin enters username, password with the required complexity, and confirms password; Then presses, “Next” or “Enter”
-
System checks that the username is unique/distinct
-
System displays the User Information screen with text: “Enter recovery email address”, “Select user privileges”, and “Enter first name and last name of user”
-
Admin enters the email address, selects one of the 3 privilege levels, and the first and last name of the user
-
Admin presses the “Submit” button
-
System creates the user with all specified credentials and privileges
-
New user logs in with the given credentials
-
System requires user to change their password by entering the current password, creating a new password of the required complexity, and confirming the password
Step by step
Solved in 2 steps