Question: WORKFLOW DESCRIPTION AND RELATED REQUIREMENTS CAN SOMEONE DO THIS USING C++ or PYTHON? This workflow handles the processing of the user login for the system.
- WORKFLOW DESCRIPTION AND RELATED REQUIREMENTS
CAN SOMEONE DO THIS USING C++ or PYTHON?
This workflow handles the processing of the user login for the system.
This workflow satisfies the following Requirements:
- REQ # 1.0
- WORKFLOW PROCESS
Normal Flow:
- The user enters a username and password on the Login Screen then clicks OK.
- The system will validate the username and password combination against the Account Table to find a match.
- Upon finding a match, the system shall display a welcome message showing the logged in users name.
- The system shall display the Navigation Screen.
Alternate Flow #1:
- The user enters a username and password on the Login Screen then clicks OK.
- The system will validate the username and password combination against the Account Table to find a match.
- A match was not found, so the system shall display an error message to the user.
- Allow the user to create a new account by displaying the Create Account Screen.
Alternate Flow #2:
- The user enters a username and password on the Login Screen then clicks Cancel.
- The system will exit.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
