Question: Q1. Generate a decision table to determine whether a password is valid using the following problem description: The following are the requirements of a password
Q1. Generate a decision table to determine whether a password is valid using the following problem description:
The following are the requirements of a password for an Internet banking site.
The length of the password should be between 6 and 8 characters
The password should not be the same as previous 3 passwords
The password should contain at least 2 letters or 2 numbers
The password should not contain the day, month and year of birthdate
The password should not contain the name and surname of the customer
The password should not contain more than 2 of the same character (e.g., aaa, 111) or more than 2 consecutive characters (e.g., abc,123)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
