Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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.

  1. 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

  1. WORKFLOW PROCESS

Normal Flow:

  1. The user enters a username and password on the Login Screen then clicks OK.
  2. The system will validate the username and password combination against the Account Table to find a match.
  3. Upon finding a match, the system shall display a welcome message showing the logged in users name.
  4. The system shall display the Navigation Screen.

Alternate Flow #1:

  1. The user enters a username and password on the Login Screen then clicks OK.
  2. The system will validate the username and password combination against the Account Table to find a match.
  3. A match was not found, so the system shall display an error message to the user.
  4. Allow the user to create a new account by displaying the Create Account Screen.

Alternate Flow #2:

  1. The user enters a username and password on the Login Screen then clicks Cancel.
  2. The system will exit.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Sams Teach Yourself Beginning Databases In 24 Hours

Authors: Ryan Stephens, Ron Plew

1st Edition

067232492X, 978-0672324925

More Books

Students also viewed these Databases questions

Question

What is a WAN?

Answered: 1 week ago

Question

Have issues been prioritized?

Answered: 1 week ago

Question

What does Processing of an OLAP Cube accomplish?

Answered: 1 week ago