For an existing application, three new users are prompted for their user name
and enter password.
The program is to be tested by filling in random names and passwords.
The username and password must meet certain criteria.
The criteria for the use name:
- At least three characters;
- At least one letter.
- List item
If the user does not meet the prescribed criteria then the user should be on the
be informed of the criteria and the opportunity to be re / her user
to enter.
The criteria for the password:
- A minimum of eight and a maximum of twelve characters;
- At least one digit.
If the password does not meet the criteria then the user should know
be informed of the criteria and get the chance again / to enter its password.
The input / output screens are realized by means of a GUI.
The entry contains a welcome message and a text stating indicate the appropriate
Criteria for the user name and password is.
A user has his / her user name and password entered correctly appears
there is a GUI with an appropriate text.
Enter the user information after the three users have their data
introduced.
Write this program with at least two functions with a return value. Also use local variables.